[package]
name = "poolite"
version = "0.2.0"
authors = ["biluohc <biluohc@outlook.com>"]
description = "A lite thread pool library."
repository = "https://github.com/biluohc/poolite"
readme = "readme.md"
keywords = ["thread","pool","thread_pool","thread-pool"]
license = "MIT"
[dependencies]
stderr = "0.2.1"
num_cpus = "1.0"