mpmc 0.1.3

copy-pasted from old rust stdlib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mpmc"
version = "0.1.3"
authors = ["Dmitry Vyukov", "Brian Martin <brayniac@gmail.com>"]

homepage = "https://github.com/brayniac/mpmc"
documentation = "https://docs.rs/mpmc"
repository = "https://github.com/brayniac/mpmc"

license-file = "LICENSE"

description = "copy-pasted from old rust stdlib"

keywords = ["mpmc", "queue"]

travis-ci = { repository = "brayniac/mpmc", branch = "master" }