faaa_queue 0.1.1

A Rust implementation of the FAAArrayQueue
Documentation
1
2
3
4
5
# Description
A very fast concurrent lock-free queue.

`faaa_queue` is a Rust implementation of the [FAAAQueue](https://concurrencyfreaks.blogspot.com/2016/11/faaarrayqueue-mpmc-lock-free-queue-part.html).