Structureswift-nio 2.84.0NIOPosix
UnsupportedOperation
The NIOThreadPool
operation is unsupported (e.g. shutdown of a perpetual pool).
struct UnsupportedOperation
The NIOThreadPool
operation is unsupported (e.g. shutdown of a perpetual pool).
struct UnsupportedOperation
import NIOPosix
enum NIOThreadPoolError
Errors that may be thrown when executing work on a NIOThreadPool
struct ThreadPoolInactive
The NIOThreadPool
was not active.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
A thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init()