Function kernel::comms::bbq::new_spsc_channel

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