hopper 0.1.1

an unbounded mpsc with bounded memory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Brian L. Troutwine <blt@postmates.com>"]
description = "an unbounded mpsc with bounded memory"
keywords = ["channel", "bounded", "mpsc", "asynchronous"]
license = "MIT"
name = "hopper"
readme = "README.md"
repository = "https://github.com/postmates/hopper"
version = "0.1.1"

[dev-dependencies]
quickcheck = "0.3"
tempdir = "0.3"

[dependencies]
serde = "0.8"
bincode = "0.6"