pub const IO_NONBLOCKING: io_flags = 1;
Non-blocking behavior specified. If the operation would block, return io_result with error set to WouldBlock instead.