pub fn bounded<T>(capacity: usize) -> (QueueSender<T>, QueueReceiver<T>)Expand description
Creates a bounded, backpressure-aware queue for asynchronous service handoff.
pub fn bounded<T>(capacity: usize) -> (QueueSender<T>, QueueReceiver<T>)Creates a bounded, backpressure-aware queue for asynchronous service handoff.