Contents

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.