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 |
#50 in Asynchronous
1,336,869 downloads per month
Used in 896 crates
(3 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