const: static friendlyno_std: Can run in embedded devicesno_alloc: Needn't dynamic memory allocation- Lock Free
- Wait Free:
try_send/try_recvis Wait Free - Spin:
send/recvis only spin in critical section
It 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.