Skip to main content

MAX_TIMERS

Constant MAX_TIMERS 

Source
pub const MAX_TIMERS: usize = crate::config::MAX_TIMERS; // 16usize
Expand description

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).