6 个版本
0.1.5 | 2024年6月25日 |
---|---|
0.1.4 | 2022年12月9日 |
0.1.2 | 2016年11月23日 |
0.1.1 | 2016年4月6日 |
0.1.0 | 2016年3月31日 |
#243 在 并发
341 每月下载
用于 2 crates
30KB
615 行
#td_rthreadpool
用于在固定数量的工作线程上运行多个任务的线程池。并具有可重入互斥锁。
用法
将以下内容添加到您的 Cargo.toml
[dependencies]
td_rthreadpool = "0.1.0"
并将以下内容添加到您的 crate 根目录
extern crate td_rthreadpool;
许可证
根据您的选择,许可协议为以下之一
- Apache 许可证,版本 2.0
- MIT 许可证
。
依赖项
~130KB