#channel #fifo-queue #local #future

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

#60 in Asynchronous

Download history 160511/week @ 2024-01-13 169988/week @ 2024-01-20 159260/week @ 2024-01-27 160142/week @ 2024-02-03 168178/week @ 2024-02-10 160976/week @ 2024-02-17 181894/week @ 2024-02-24 186017/week @ 2024-03-02 180098/week @ 2024-03-09 178177/week @ 2024-03-16 177407/week @ 2024-03-23 195473/week @ 2024-03-30 186100/week @ 2024-04-06 195404/week @ 2024-04-13 208114/week @ 2024-04-20 171175/week @ 2024-04-27

792,016 downloads per month
Used in 756 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

~33KB