cc-queue-0.0.1 doesn't have any documentation.
cc-queue
cc-queue is an implementation in Rust of Fatourou and Kallimanis's blocking, unbounded queue known as CCQueue
. It has better performance than the classic unbounded queue MSQueue
, the Michael & Scott Queue.
Licensing
The license for this project is MIT.