scope-threadpool 0.2.1

A library for scoped and cached threadpools that keep a state.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "scope-threadpool"
version = "0.2.1"
authors = ["Kalle Samuels <ks@ks.ax>"]
license = "BSD-2-Clause"
readme = "Readme.md"
description = "A library for scoped and cached threadpools that keep a state."
repository = "https://github.com/njaard/scope-threadpool"
keywords = ["scoped", "pool", "threadpool", "stateful", "state"]
documentation = "https://docs.rs/scope-threadpool/"

[dependencies]