| 0.2.0 |
|
|---|---|
| 0.1.2 |
|
| 0.1.1 |
|
| 0.1.0 |
|
#69 in #mpmc
22KB
470 lines
Fast, atomic, multi-producer, multi-consumer queue.
It which supports multiple producers and consumers,
even from different threads. It functions as a FIFO queue in a fixed circular
buffer. The Sender and Receiver types are used to send and
receive values, and they implement Send, Sync, and Clone.
The channel function is used to create a channel.
atomic_mpmc
This library provides a concurrent, atomic, multi-producer, multi-consumer channel.
Dependencies
~2–7.5MB
~54K SLoC