nonBlocking
Indicates that all subsequent input and output operations on the pipe’s file descriptors will be nonblocking.
Declaration
static var nonBlocking: FileDescriptor.PipeOptions { get }Discussion
The corresponding C constant is O_NONBLOCK.
Indicates that all subsequent input and output operations on the pipe’s file descriptors will be nonblocking.
static var nonBlocking: FileDescriptor.PipeOptions { get }The corresponding C constant is O_NONBLOCK.