Structureswift-nio 2.81.0NIOPosix
NIOEventLoopTickInfo
Information about an EventLoop tick
struct NIOEventLoopTickInfo
Information about an EventLoop tick
struct NIOEventLoopTickInfo
import NIOPosix
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
var eventLoopID: ObjectIdentifier
The eventloop which ticked
var numberOfTasks: Int
The number of tasks which were executed in this tick
var startTime: NIODeadline
The time at which the tick began
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.