scoped-pool 1.0.0

A flexible thread pool providing scoped threads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
crossbeam = "0.2"
scopeguard = "0.1"
variance = "0.1"

[dev-dependencies]
itertools = "0.4"
rand = "0.3"

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