文件名称:scoped-threadpool-rs
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-14 12:11:42
Rust
作用域线程池 范围和缓存线程池的库。 有关更多详细信息,请参阅 。 入门 。 将以下依赖项添加到您的货运清单中,以获取最新版本的0.1分支: [ dependencies ] scoped_threadpool = " 0.1.* " 要始终获取最新版本,请将此git存储库添加到您的货运清单中: [ dependencies . scoped_threadpool ] git = " https://github.com/Kimundi/scoped-threadpool-rs " 例子 extern crate scoped_threadpool; use scoped_threadpool :: Pool; fn main () { // Create a threadpool holding 4 threads let mut pool = Pool :
【文件预览】:
scoped-threadpool-rs-master
----Cargo.toml(494B)
----src()
--------lib.rs(15KB)
----.travis.yml(1KB)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------threads-living-too-long-demo.rs(3KB)
----.gitignore(18B)