#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 235235/week @ 2024-08-05 263914/week @ 2024-08-12 270838/week @ 2024-08-19 267358/week @ 2024-08-26 256408/week @ 2024-09-02 300871/week @ 2024-09-09 261708/week @ 2024-09-16 304104/week @ 2024-09-23 294303/week @ 2024-09-30 319330/week @ 2024-10-07 312775/week @ 2024-10-14 341928/week @ 2024-10-21 337539/week @ 2024-10-28 330595/week @ 2024-11-04 345773/week @ 2024-11-11 328158/week @ 2024-11-18

1,358,080 downloads per month
Used in 915 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