Static Propertyswift-nio 2.81.0NIOCore
distantPast
EventLoop.swift:826static let distantPast: NIODeadline
static let distantPast: NIODeadline
import NIOCore
The core abstractions that make up SwiftNIO.
struct NIODeadline
Represents a point in time.
static let distantFuture: NIODeadline
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)
typealias Value = UInt64