pub const CHANNEL_BUFFER_SIZE: usize = 128;
The size of the channel buffer for communication between Channel and its reactor.
Channel