#async-channel #local #future #channel #async-runtime

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

#37 in Asynchronous

Download history 329676/week @ 2024-12-05 350758/week @ 2024-12-12 167155/week @ 2024-12-19 103400/week @ 2024-12-26 272610/week @ 2025-01-02 349679/week @ 2025-01-09 298591/week @ 2025-01-16 310547/week @ 2025-01-23 330147/week @ 2025-01-30 363698/week @ 2025-02-06 316425/week @ 2025-02-13 394855/week @ 2025-02-20 384264/week @ 2025-02-27 405840/week @ 2025-03-06 387021/week @ 2025-03-13 347539/week @ 2025-03-20

1,609,169 downloads per month
Used in 1,012 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