devela::_dep::rustix::process

Function configure_io_flusher_behavior

pub fn configure_io_flusher_behavior(enable: bool) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Put the process in the IO_FLUSHER state, allowing it to make progress when allocating memory.

§References