Function kernel::comms::bbq::new_spsc_channel

source ·
pub async fn new_spsc_channel(capacity: usize) -> (SpscProducer, Consumer)