conqueue 0.1.1

Yet another multi-producer, single-consumer queue (MPSC)
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "conqueue"
version = "0.1.1"
authors = ["Jason Longshore <hello@jasonlongshore.com>"]
edition = "2018"
keywords = ["queue", "concurrent", "mpsc", "ms", "channel"]
license = "MIT"
repository = "https://github.com/longshorej/conqueue"
homepage = "https://github.com/longshorej/conqueue"
description = "Yet another multi-producer, single-consumer queue (MPSC)"
readme = "README.md"