2 unstable releases
| 0.2.0 | Jan 6, 2025 |
|---|---|
| 0.1.0 | Oct 15, 2024 |
#2939 in Asynchronous
34 downloads per month
Used in 3 crates
(2 directly)
105KB
249 lines
It's an async multi-producer single-consumer channel (ampsc).
This is the opposite of an ampsc channel. It's also the opposite of an ampmc channel.
This crate is completely executor-agnostic.
ampsc

It's an async multi-producer single-consumer channel (ampsc).
This is the opposite of an aspmc channel. It's also the opposite of an ampmc channel.
This crate is completely executor-agnostic.
Dependencies
~1.1–2.9MB
~42K SLoC