slave-pool 0.2.3

Simple thread pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.crossbeam-channel]
default-features = false
features = ["std"]
version = "0.5"

[package]
authors = ["Douman <douman@gmx.se>"]
categories = ["concurrency"]
description = "Simple thread pool"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["threadpool", "thread", "threading", "parallelism"]
license = "BSL-1.0"
name = "slave-pool"
readme = "README.md"
repository = "https://github.com/DoumanAsh/slave-pool"
version = "0.2.3"