UBQ
UBQ is a lock-free queue built from linked blocks, intended for concurrent producers and consumers.
Usage
Add UBQ to your Cargo manifest:
= "0.1"
A minimal example that allocates a small ring of blocks and moves a value through it:
use ;
See the full API docs on docs.rs and the crate page on crates.io.