scoped-pool 0.1.3

A flexible thread pool providing scoped threads.
Documentation
[package]

name = "scoped-pool"
version = "0.1.3"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
repository = "https://github.com/reem/rust-scoped-pool.git"
description = "A flexible thread pool providing scoped threads."
readme = "README.md"
license = "MIT"

[dependencies]
variance = "0.1"
crossbeam = "0.2"