Type Aliasswift-nio 2.72.0NIOCore
Value
EventLoop.swift:577This declaration is deprecated: This typealias doesn't serve any purpose, please use UInt64 directly.
typealias Value = UInt64
Other members in extension
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
) -> TimeAmount 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
)