Skip to main content

COOPERATIVE_YIELD_SLEEP_MS

Constant COOPERATIVE_YIELD_SLEEP_MS 

Source
pub const COOPERATIVE_YIELD_SLEEP_MS: u64 = 1;
Expand description

Pause, in milliseconds, appended to a cooperative yield between enrich batches (PRIO-05).

yield_now alone is advisory and some schedulers ignore it; one millisecond guarantees the descheduling without measurably slowing the drain. Scheduler hint, so it takes no XDG key.