shrink_pool 1.0.0

A thread pool which agressively terminates its threads as soon as they are idle.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[dev-dependencies.num_cpus]
version = "1"

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