A thread pool for running a number of jobs on a fixed set of worker threads.
# Cargo.toml
[dependencies]
threadpool = "1.8.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a thread pool with 4 workers and executes 8 jobs.
Use move closures or Arc for shared data.
No dependency data recorded yet.