NimbleTimeInterval
public enum NimbleTimeInterval : Sendable, Equatable
extension NimbleTimeInterval: CustomStringConvertible
A reimplementation of DispatchTimeInterval
without the never
case, and conforming to Sendable
.
-
Undocumented
Declaration
Swift
case seconds(Int)
-
Undocumented
Declaration
Swift
case milliseconds(Int)
-
Undocumented
Declaration
Swift
case microseconds(Int)
-
Undocumented
Declaration
Swift
case nanoseconds(Int)
-
Undocumented
Declaration
Swift
public var dispatchTimeInterval: DispatchTimeInterval { get }
-
Declaration
Swift
public var description: String { get }