You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Rust crate for a non-blocking, concurrent queue called cc-queue