threading 0.1.2

Thread pool for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
num_cpus = "1.3"

[package]
authors = ["dangcheng <dangcheng@hotmail.com>"]
description = "Thread pool for Rust"
documentation = "https://docs.rs/threading"
exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"]
homepage = "https://github.com/mcorce/threading"
keywords = ["thread", "threadpool", "thread_pool", "pool"]
license = "MIT"
name = "threading"
readme = "README.md"
repository = "https://github.com/mcorce/threading"
version = "0.1.2"