CLIENT_CHANNEL_CAPACITY

Constant CLIENT_CHANNEL_CAPACITY 

Source
const CLIENT_CHANNEL_CAPACITY: usize = 256;
Expand description

An RPC client backed by a tokio mpsc channel. Messages sent via send_rpc_message are forwarded to the receiver. Bounded channel capacity for per-client RPC message buffers.