task_queue 0.0.5

The implementation of the thread pool for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
[package]

name = "task_queue"

version = "0.0.5"

authors = ["Nirklav <antonvictorovich93@gmail.com>"]

description = "The implementation of the thread pool for Rust"

repository = "https://github.com/Nirklav/task_queue"

homepage = "https://github.com/Nirklav/task_queue"

documentation = "http://nirklav.github.io/task_queue/task_queue/index.html"

license = "MIT"

keywords = ["threadpool"]