[package] name = "shrink_pool" version = "1.0.0" edition = "2021" authors = ["juzy "] license = "MIT OR Apache-2.0" description = "A thread pool which agressively terminates its threads as soon as they are idle." repository = "https://github.com/dochy-ksti/shrink_pool" readme = "readme.md" keywords = ["concurrency", "thread", "threadpool"] categories = ["concurrency"] [dependencies] [dev-dependencies] num_cpus = "1"