EnumerationNIOPosix
Error
NonBlockingFileIO
errors.
enum Error
NonBlockingFileIO
errors.
enum Error
case descriptorSetToNonBlocking
NonBlockingFileIO
is meant to be used with file descriptors that are set to the default (blocking) mode. It doesn’t make sense to use it with a file descriptor where O_NONBLOCK
is set therefore this error is raised when that was requested.