#fifo-queue #future #local #channel

local-channel

A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue

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

#44 in Asynchronous

Download history 291035/week @ 2024-09-10 269167/week @ 2024-09-17 304960/week @ 2024-09-24 297746/week @ 2024-10-01 306540/week @ 2024-10-08 327926/week @ 2024-10-15 347600/week @ 2024-10-22 330509/week @ 2024-10-29 330277/week @ 2024-11-05 344346/week @ 2024-11-12 326132/week @ 2024-11-19 228674/week @ 2024-11-26 299880/week @ 2024-12-03 369872/week @ 2024-12-10 263482/week @ 2024-12-17 102838/week @ 2024-12-24

1,079,969 downloads per month
Used in 941 crates (4 directly)

MIT/Apache

17KB
218 lines

local-channel

A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue.

crates.io Documentation Version MIT or Apache 2.0 licensed
Dependency Status Download Chat on Discord


lib.rs:

Non-thread-safe channels.

See docs for [mpsc::channel()].

Dependencies

~34KB