syncbox 0.2.4

Concurrency utilities for Rust
Documentation
test = []

[dependencies]
log = "0.3.2"
time = "0.1.32"

[dev-dependencies]
env_logger = "0.3.1"

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Concurrency utilities for Rust"
documentation = "https://carllerche.github.io/syncbox/syncbox"
exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"]
homepage = "https://github.com/carllerche/syncbox"
keywords = ["concurrency", "threadpool", "queue", "mpmc"]
license = "MIT"
name = "syncbox"
readme = "README.md"
repository = "https://github.com/carllerche/syncbox"
version = "0.2.4"