#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

#43 in Asynchronous

Download history 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 102879/week @ 2024-12-24 179394/week @ 2024-12-31 338460/week @ 2025-01-07 315382/week @ 2025-01-14 245917/week @ 2025-01-21

1,099,260 downloads per month
Used in 958 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