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