Docs.rs
wait_group-0.1.4
wait_group 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Castella0811
Dependencies
Versions
16.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wait_
group
0.1.4
All Items
Crate Items
Structs
Crate
wait_group
Copy item path
Source
Structs
ยง
Wait
Group
A WaitGroup waits for a collection of threads to finish. Then each of the threads runs and calls Done when finished. At the same time, Wait can be used to block until all threads have finished.