#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

#49 in Asynchronous

Download history 244715/week @ 2024-07-20 237382/week @ 2024-07-27 235662/week @ 2024-08-03 263507/week @ 2024-08-10 270401/week @ 2024-08-17 268677/week @ 2024-08-24 255710/week @ 2024-08-31 296589/week @ 2024-09-07 263683/week @ 2024-09-14 304746/week @ 2024-09-21 294972/week @ 2024-09-28 316828/week @ 2024-10-05 312106/week @ 2024-10-12 337007/week @ 2024-10-19 345832/week @ 2024-10-26 329411/week @ 2024-11-02

1,372,871 downloads per month
Used in 899 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