workpool 0.2.1

Distribute work to a set of threads and wait for completion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "workpool"
version = "0.2.1"
authors = ["Glenn Griffin <ggriffiniii@gmail.com>"]
description = "Distribute work to a set of threads and wait for completion"
documentation = "https://docs.rs/workpool/"
repository = "https://github.com/ggriffiniii/lateral"
license = "MIT"

[dependencies]
crossbeam-channel = "0.5"
published_value = { path = "../published_value", version = "0.1.2" }