const
: static friendlyno_std
: Can run in embedded devicesno_alloc
: Needn't dynamic memory allocationtry_send
/try_recv
is Wait Freesend
/recv
is only spin in critical sectionIt can set
/take
/replace
.
It is an array of AchOption
.
It has allthe functions of AchOption
, and it can be referenced.
It is similar to RwLock.
It is an array of Cell
.
bounded SPSC queue.
bounded ring buffer.
bounded MPMC queue.
broadcast channel.