crtq 0.0.1

A MPMC wait-free queue.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# crtq

[![crates.io](https://img.shields.io/crates/v/crtq.svg)](https://crates.io/crates/crtq)
[![docs.rs](https://docs.rs/crtq/badge.svg)](https://docs.rs/crtq)
[![travis-ci.com](https://travis-ci.org/KyleMayes/crtq.svg?branch=master)](https://travis-ci.org/KyleMayes/crtq)

A multi-producer, multi-consumer wait-free queue.

[A Wait-Free Queue with Wait-Free Memory Reclamation](https://github.com/pramalhe/ConcurrencyFreaks/blob/master/papers/crturnqueue-2016.pdf)

Released under the Apache License 2.0.