yastl
Yet another scoped threadpool library for Rust.
yastl is heavily inspired by the scoped_threadpool and
scoped_pool crates. It is mostly a port to modern Rust of the
scoped_pool crate
Example
use Pool;
Feature Flags
coz: Enable support for thecozprofiler. Callscoz::thread_init()in every new thread.
License
Licensed under the MIT license.