Implementation of thread pools which hand out futures
Description
An implementation of thread pools which hand out futures to the results
of the computation on the threads themselves.
This package contains library source intended for building other packages which
use the "default" feature of the "futures-cpupool" crate.