cc-queue 0.0.0

CC Queue, ccqueue, an unbounded, non-blocking queue suitable for use with different memory allocators.
1
2
3
4
5
6
7
8
9
10
# cc-queue

[cc-queue] is an implementation in Rust of a non-blocking, unbounded queue called "Concurrency Control Queue", also known as `CCQueue`.


## Licensing

The license for this project is MIT.

[cc-queue]: https://github.com/lemonrock/cc-queue "cc-queue GitHub page"