Constant CAPACITY

Source
pub const CAPACITY: usize = 32;
Expand description

The amount of deadlines that can be scheduled for any given Timer.

Can be parameterized once the unstable const_generics features is stabilized.