Function rustix::process::prctl::configure_io_flusher_behavior

source ·
pub fn configure_io_flusher_behavior(enable: bool) -> Result<()>
Expand description

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

§References