#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

#50 in Asynchronous

Download history 226230/week @ 2024-07-09 234734/week @ 2024-07-16 244183/week @ 2024-07-23 237735/week @ 2024-07-30 244545/week @ 2024-08-06 261139/week @ 2024-08-13 269739/week @ 2024-08-20 249568/week @ 2024-08-27 282946/week @ 2024-09-03 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 347514/week @ 2024-10-22

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