| Crates.io | async_ach |
| lib.rs | async_ach |
| version | 0.2.0 |
| created_at | 2022-01-27 02:07:42.802043+00 |
| updated_at | 2022-07-19 09:29:18.916666+00 |
| description | Async Atomic Channel |
| homepage | |
| repository | https://github.com/rise0chen/async_ach.git |
| max_upload_size | |
| id | 522333 |
| size | 12,870 |
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.