Function aldrin_core::channel::bounded

source ·
pub fn bounded(fifo_size: usize) -> (Bounded, Bounded)
Expand description

Creates a pair of bounded channel transports.

Both transports have a separate fifo for receiving Messages. If either fifo is full, this will cause backpressure to the sender.