[dependencies]
[dev-dependencies.serial_test]
version = "3.2.0"
[[example]]
name = "playground"
path = "examples/playground.rs"
[lib]
name = "wpool"
path = "src/lib.rs"
[package]
authors = ["Matt Oestreich <github.com/matthewoestreich>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A thread pool that limits the number of tasks executing concurrently, without restricting how many tasks can be queued."
edition = "2024"
homepage = "https://github.com/matthewoestreich/wpool"
keywords = ["async", "multithreading", "pool", "workerpool", "threadpool"]
license = "MIT"
name = "wpool"
readme = "README.md"
repository = "https://github.com/matthewoestreich/wpool"
version = "0.1.2"