Crate wait_group [] [src]

Structs

WaitGroup

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.