Crate waitout [] [src]

waitgroup provides an interface for awaiting the completion of multiple asynchronous tasks

Structs

WaitGroup

A waitgroup waits for a collection of tasks to complete. It keeps track of tasks via shared counter