poolite 0.4.0

A lite thread pool library.
Documentation
[package]
name = "poolite"
version = "0.4.0"
authors = ["biluohc <biluohc@outlook.com>"]
description = "A lite thread pool library."
repository = "https://github.com/biluohc/poolite"
documentation = "https://docs.rs/poolite/"
readme = "readme.md"
keywords = ["thread","pool","thread_pool","thread-pool"]
license = "MIT"

[dependencies]
stderr = "0.3.0" 
num_cpus = "1.2.1"

[[test]]
name ="poolite_test_fibs"
path="tests/poolite_test_fibs.rs"