threadpools 1.0.0

Efficient, configurable, zero-dependency thread pool implementations. Flexible and usable for a wide variety of applications.
Documentation
[dependencies]

[lib]
name = "threadpools"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Efficient, configurable, zero-dependency thread pool implementations. Flexible and usable for a wide variety of applications."
edition = "2024"
license = "MIT"
name = "threadpools"
readme = "README.md"
version = "1.0.0"

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