pub const MAX_TIMERS: usize = crate::config::MAX_TIMERS; // 16usize
Maximum number of outstanding timers (RIVET_MAX_TIMERS; one per task blocked in Sleep, so this should be >= MAX_TASKS if every task might sleep concurrently).
Sleep
MAX_TASKS