[][src]Constant embedded_async_timer::CAPACITY

pub const CAPACITY: usize = 32;

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

Can be parameterized once the unstable const_generics features is stabilized.