twizzler_rt_abi::bindings

Constant IO_NONBLOCKING

source
pub const IO_NONBLOCKING: io_flags = 1;
Expand description

Non-blocking behavior specified. If the operation would block, return io_result with error set to WouldBlock instead.