TimerId
public struct TimerId
extension TimerId: Sendable
extension TimerId: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var id: UInt64 -
Undocumented
Declaration
Swift
public init(id: UInt64) -
Declaration
Swift
public static func == (lhs: TimerId, rhs: TimerId) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)
View on GitHub