Collection of idle strategies to be used by thread(s) when they have no work to perform. Inspired by IdleStrategy from Agrona.
use Duration;
use IdleStrategy;
let idle = Sleep;
loop
Collection of idle strategies to be used by thread(s) when they have no work to perform. Inspired by IdleStrategy from Agrona.
use Duration;
use IdleStrategy;
let idle = Sleep;
loop