Operatorswift 6.0.3Dispatch
==(_:_:)
static func == (a: DispatchTime, b: DispatchTime) -> Bool
static func == (a: DispatchTime, b: DispatchTime) -> Bool
import Dispatch
struct DispatchTime
@frozen struct Bool
A value type whose instances are either true
or false
.
init(uptimeNanoseconds: UInt64)
Creates a DispatchTime
relative to the system clock that ticks since boot.
static let distantFuture: DispatchTime
static func now() -> DispatchTime
let rawValue: dispatch_time_t
var uptimeNanoseconds: UInt64 { get }
static func < (a: DispatchTime, b: DispatchTime) -> Bool