7 releases
0.1.5 | Oct 29, 2023 |
---|---|
0.1.4 | Sep 17, 2023 |
0.1.3 | May 3, 2022 |
0.1.2 | Apr 1, 2021 |
0.0.1 | Mar 29, 2021 |
#49 in Asynchronous
1,372,871 downloads per month
Used in 899 crates
(4 directly)
17KB
218 lines
local-channel
A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue.
lib.rs
:
Non-thread-safe channels.
See docs for [mpsc::channel()
].
Dependencies
~34KB