CHANNEL_CAPACITY

Constant CHANNEL_CAPACITY 

Source
const CHANNEL_CAPACITY: usize = 10;
Expand description

Capacity of the bounded channel between reader and writer threads. Also used as the batch size for bounded-batch parallel writes.