Crate mpmc[][src]

Expand description

A multi-producer multi-consumer (MPMC) queue.

This code was taken from an old version of the Rust standard library and modified to work with newer Rust compiler versions.

Structs