A thread pool that executes work and returns futures for results.
# Cargo.toml
[dependencies]
futures-cpupool = "0.1.8"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Spawns a blocking computation on a thread pool.
Use futures::executor::ThreadPool instead
No dependency data recorded yet.