Skip to main content

bounded

Function bounded 

Source
pub fn bounded<T>(capacity: usize) -> (QueueSender<T>, QueueReceiver<T>)
Expand description

Creates a bounded, backpressure-aware queue for asynchronous service handoff.