mpmc

Crates.iompmc
lib.rsmpmc
version0.1.6
sourcesrc
created_at2016-03-23 20:37:55.057283
updated_at2021-07-15 22:51:31.600928
descriptioncopy-pasted from old rust stdlib
homepagehttps://github.com/brayniac/mpmc
repositoryhttps://github.com/brayniac/mpmc
max_upload_size
id4539
size16,747
Brian Martin (brayniac)

documentation

https://docs.rs/mpmc

README

mpmc - multi-producer multi-consumer queue

mpmc is a multi-produce multi-consumer queue which has been copied from the old Rust stdlib

conduct-badge ci-badge downloads-badge release-badge license-badge

Code of Conduct

NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct

Usage

To use mpmc, first add this to your Cargo.toml:

[dependencies]
mpmc = "*"

Then, add this to your crate root:

extern crate mpmc;

The API documentation of this library can be found at docs.rs/mpmc.

Commit count: 28

cargo fmt