Enumeration Caseswift-nio 2.72.0NIOCore
cancelled
An scheduled task was cancelled.
EventLoop.swift:1233case cancelled
Other cases
case unsupportedOperation
An operation was executed that is not supported by the
EventLoop
case shutdown
The
EventLoop
was shutdown already.case shutdownFailed
Shutting down the
EventLoop
failed.