threadfin
threadfin copied to clipboard
A thread pool for running multiple tasks on a configurable group of threads.
Update the dependency specified. Fixes error when using with criterion. Passes tests ``` $> cargo add threadfin Updating crates.io index Adding threadfin v0.1.2 to dependencies. Updating crates.io index error: failed...
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.5.0] - 2023-05-23 Changed Replaced lazy_static dependency with once_cell Improved documentation of the html_reports feature...