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