Skip to main content

OUTBOUND_BUFFER_SIZE

Constant OUTBOUND_BUFFER_SIZE 

Source
const OUTBOUND_BUFFER_SIZE: usize = 10;
Expand description

Capacity of the outbound queue feeding the writer task. Small because each in-flight call already has its own response channel, so this only buffers bursts between caller and writer.