#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

#63 in Asynchronous

Download history 177470/week @ 2023-12-04 160901/week @ 2023-12-11 147500/week @ 2023-12-18 72657/week @ 2023-12-25 123113/week @ 2024-01-01 159708/week @ 2024-01-08 159435/week @ 2024-01-15 169625/week @ 2024-01-22 160310/week @ 2024-01-29 161278/week @ 2024-02-05 167379/week @ 2024-02-12 160901/week @ 2024-02-19 183053/week @ 2024-02-26 187219/week @ 2024-03-04 179522/week @ 2024-03-11 177473/week @ 2024-03-18

734,940 downloads per month
Used in 730 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

~33KB