td_rthreadpool 0.1.2

thread wrapper for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "td_rthreadpool"

version = "0.1.2"

authors = [ "tickbh <tickdream125@hotmail.com>" ]



description = "thread wrapper for Rust"

repository = "https://github.com/tickbh/td_rthreadpool"

readme = "README.md"

license = "MIT/Apache-2.0"

keywords = ["threadpool", "mutex"]



[dependencies]

libc = "^0.2.1"