2 unstable releases
new 0.2.0 | Jan 6, 2025 |
---|---|
0.1.0 | Oct 15, 2024 |
#717 in Concurrency
145 downloads per month
105KB
249 lines
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.
lib.rs
:
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.
Dependencies
~1–2.8MB
~43K SLoC