Instance Propertyswift-nio 2.72.0NIOCore
_eventLoop
NIOLoopBound.swift:28let _eventLoop: EventLoop
Other members in extension
Type members
init(Value, eventLoop: EventLoop
) Initialise a
NIOLoopBound
tovalue
with the precondition that the code is running oneventLoop
.
Instance members
var value: Value
Access the
value
with the precondition that the code is running oneventLoop
.