const
: static friendlyno_std
: Can run in embedded devicesno_alloc
: Needn't dynamic memory allocationtry_send
/try_recv
is Wait Freesend
/recv
is asyncAn array of core::task::Waker
.
Wait for wake.
It is similar to RwLock.
wake on changed.
bounded SPSC queue.
bounded ring buffer.
bounded MPMC queue.
broadcast channel.