2 unstable releases

0.2.0 Jan 6, 2025
0.1.0 Oct 15, 2024

#1550 in Asynchronous


Used in app_input

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
~42K SLoC