thread-manager 0.9.9

Simple and efficient way to manage a pool of threads for executing jobs in parallel.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.crossbeam-channel]
version = "0.5.11"

[package]
authors = ["Synchromatic <synchromatic.github@gmail.com>"]
categories = ["Concurrency"]
description = "Simple and efficient way to manage a pool of threads for executing jobs in parallel."
edition = "2021"
keywords = ["thread", "pool", "manager", "parallel", "concurrent"]
license = "MIT"
name = "thread-manager"
readme = "README.md"
repository = "https://github.com/syn-chromatic/thread-manager-rs"
version = "0.9.9"
[profile.release]
opt-level = 2