Instance Propertyswift-nio 2.72.0NIOCore
uptimeNanoseconds
The nanoseconds since boot representation of the NIODeadline
.
var uptimeNanoseconds: UInt64 { get }
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
) -> TimeAmount static func < (lhs: NIODeadline, rhs: NIODeadline
) -> Bool static func == (lhs: NIODeadline, rhs: NIODeadline
) -> Bool static func > (lhs: NIODeadline, rhs: NIODeadline
) -> Bool