Crate async_waitgroup

Source
Expand description

Golang like WaitGroup implementation that supports both sync and async Rust.

Structsยง

Wait
A future returned by WaitGroup::wait().
WaitGroup
Enables tasks to synchronize the beginning or end of some computation.