Constant tokio::sync::mpsc::BLOCK_CAP

source ·
const BLOCK_CAP: usize = 32;
Expand description

The number of values a block can contain.

This value must be a power of 2. It also must be smaller than the number of bits in usize.