A library for scoped and cached threadpools in Rust.
# Cargo.toml
[dependencies]
scoped_threadpool = "0.1.9"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a scoped threadpool and execute tasks.
Ensure only one scoped block is active at a time; consider using separate pools for parallelism.
No dependency data recorded yet.