#channel #local #future #queue

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

#36 in Concurrency

Download history 316533/week @ 2025-01-28 353901/week @ 2025-02-04 334136/week @ 2025-02-11 361298/week @ 2025-02-18 391836/week @ 2025-02-25 401870/week @ 2025-03-04 394080/week @ 2025-03-11 415729/week @ 2025-03-18 389913/week @ 2025-03-25 388625/week @ 2025-04-01 408314/week @ 2025-04-08 371878/week @ 2025-04-15 382957/week @ 2025-04-22 319165/week @ 2025-04-29 359608/week @ 2025-05-06 322457/week @ 2025-05-13

1,441,008 downloads per month
Used in 1,079 crates (4 directly)

MIT/Apache

17KB
218 lines

Non-thread-safe channels.

See docs for [mpsc::channel()].


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

Dependencies

~34KB