wild_thread_pool 0.4.0

wild thread pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wild_thread_pool"
version = "0.4.0"
license = "MIT/Apache-2.0"
authors = ["Bob <nottxy@gmail.com>"]
keywords = ["threadpool"]
description = "wild thread pool"
homepage = "https://github.com/nottxy/wild_thread_pool"
repository = "https://github.com/nottxy/wild_thread_pool"
documentation = "https://docs.rs/wild_thread_pool"

[dependencies]
log = "0.3"
thread_tryjoin = "0.2"

[dev-dependencies]
env_logger = "0.3"
closer = "0.1"