Type Aliasswift-nio 2.86.1NIOCore
Value
EventLoop.swift:875This declaration is deprecated: This typealias doesn't serve any purpose, please use UInt64 directly.
typealias Value = UInt64This declaration is deprecated: This typealias doesn't serve any purpose, please use UInt64 directly.
typealias Value = UInt64import NIOCoreThe core abstractions that make up SwiftNIO.
struct NIODeadlineRepresents a point in time.
@frozen struct UInt64A 64-bit unsigned integer value type.
static var distantFuture: NIODeadline { get }static var distantPast: NIODeadline { get }static func now() -> NIODeadline static func uptimeNanoseconds(_ nanoseconds: UInt64) -> NIODeadline var description: String { get }var uptimeNanoseconds: UInt64 { get }The nanoseconds since boot representation of the 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 func hash(into hasher: inout Hasher)