Crate local_channel
source ·Expand description
Non-thread-safe channels.
See docs for mpsc::channel()
.
Modules
- A non-thread-safe multi-producer, single-consumer, futures-aware, FIFO queue.
Non-thread-safe channels.
See docs for mpsc::channel()
.