[][src]Crate riffy

riffy

riffy is an unbounded, wait-free, multi-producer-single-consumer queue.

It's a Rust-port of Jiffy which is implemented in C++ and described in this arxiv paper.

Structs

MpscQueue

A multi-producer-single-consumer queue.

Receiver
Sender

Functions

channel