[−][src]Constant drone_core::sync::spsc::ring::MAX_CAPACITY
pub const MAX_CAPACITY: usize = (1 << NUMBER_BITS) - 1; // 16_383usize
Maximum capacity of the channel.
pub const MAX_CAPACITY: usize = (1 << NUMBER_BITS) - 1; // 16_383usize
Maximum capacity of the channel.