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
13
14
[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.published_value]
version = "0.1.2"

[package]
authors = ["Glenn Griffin <ggriffiniii@gmail.com>"]
description = "Distribute work to a set of threads and wait for completion"
documentation = "https://docs.rs/workpool/"
license = "MIT"
name = "workpool"
repository = "https://github.com/ggriffiniii/lateral"
version = "0.2.1"