Constant async_helpers::hanging_get::async_server::DEFAULT_CHANNEL_SIZE

source ยท
pub const DEFAULT_CHANNEL_SIZE: usize = 128;
Expand description

Default value that can be passed to HangingGetBroker::new by clients. If passed in, this will be used for all MPSC channels created by the broker.