EnumerationNIOCore
EventLoopError
Different Error
s that are specific to EventLoop
operations / implementations.
enum EventLoopError
Different Error
s that are specific to EventLoop
operations / implementations.
enum EventLoopError
case cancelled
An scheduled task was cancelled.
case shutdown
The EventLoop
was shutdown already.
case shutdownFailed
Shutting down the EventLoop
failed.
case unsupportedOperation
An operation was executed that is not supported by the EventLoop
var description: String
A textual representation of this instance.
var halfWidthCornerQuoted: String