Operatorswift-nio 2.72.0NIOCore
-(_:_:)
EventLoop.swift:666static func - (lhs: NIODeadline, rhs: NIODeadline) -> TimeAmount
Other members in extension
Typealiases
Show obsolete interfaces (1)
Hide obsolete interfaces
Type members
static let distantFuture: NIODeadline
static let distantPast: NIODeadline
static func now(
) -> NIODeadline static func uptimeNanoseconds(UInt64
) -> NIODeadline static func + (lhs: NIODeadline, rhs: TimeAmount
) -> NIODeadline static func - (lhs: NIODeadline, rhs: TimeAmount
) -> NIODeadline static func < (lhs: NIODeadline, rhs: NIODeadline
) -> Bool static func == (lhs: NIODeadline, rhs: NIODeadline
) -> Bool static func > (lhs: NIODeadline, rhs: NIODeadline
) -> Bool
Instance members
var description: String
var uptimeNanoseconds: UInt64
The nanoseconds since boot representation of the
NIODeadline
.func hash(into: inout Hasher
)