Constant CAPACITY

Source
const CAPACITY: usize = 4;
Expand description

Channel capacity for our internal MPSC channels.

We keep this intentionally low to make sure that some blocking will occur occur.