Enumeration Caseswift-nio 2.84.0NIOCore
output
Close the output (writing) side of the Channel
without closing the actual file descriptor. This is an optional mode which means it may not be supported by all Channel
implementations.
case output
Close the output (writing) side of the Channel
without closing the actual file descriptor. This is an optional mode which means it may not be supported by all Channel
implementations.
case output
import NIOCore
The core abstractions that make up SwiftNIO.
enum CloseMode
Specify what kind of close operation is requested.
case input
Close the input (reading) side of the Channel
without closing the actual file descriptor. This is an optional mode which means it may not be supported by all Channel
implementations.
case all
Close the whole `Channel (file descriptor).