Static Propertyswift 6.0.3Dispatch
distantFuture
static let distantFuture: DispatchTime
static let distantFuture: DispatchTime
import Dispatch
struct DispatchTime
init(uptimeNanoseconds: UInt64)
Creates a DispatchTime
relative to the system clock that ticks since boot.
static func now() -> DispatchTime
let rawValue: dispatch_time_t
var uptimeNanoseconds: UInt64 { get }
static func < (a: DispatchTime, b: DispatchTime) -> Bool
static func == (a: DispatchTime, b: DispatchTime) -> Bool