2 unstable releases

new 0.2.0 Jan 6, 2025
0.1.0 Oct 15, 2024

#717 in Concurrency

Download history 126/week @ 2024-10-09 59/week @ 2024-10-16 2/week @ 2024-10-30 5/week @ 2024-11-06 2/week @ 2024-11-13 6/week @ 2024-11-20

145 downloads per month

MIT/Apache

105KB
249 lines

ampsc

logo

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:

logo 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