☰
In kernel::comms::bbq
Structs
BBQStorage
BidiHandle
Consumer
GrantR
GrantW
MpscProducer
SpscProducer
Functions
new_bidi_channel
new_spsc_channel
producer_send_grant_exact
producer_send_grant_max
?
Function
kernel
::
comms
::
bbq
::
new_spsc_channel
source
·
[
−
]
pub async fn new_spsc_channel(capacity:
usize
) -> (
SpscProducer
,
Consumer
)