sync-threadpool 0.0.2

A synchronized threadpool allowing submission of new jobs only when a worker is idle.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "sync-threadpool"
version = "0.0.2"
authors = ["Urs Schulz <github@ursschulz.de>"]
license = "AGPL-3.0"
description = "A synchronized threadpool allowing submission of new jobs only when a worker is idle."
repository = "https://github.com/faulesocke/sync-threadpool"
documentation = "https://docs.rs/sync-threadpool/"

[dependencies]