Expand description
Golang like WaitGroup implementation that supports both sync and async Rust.
Structsยง
- Wait
- A future returned by
WaitGroup::wait(). - Wait
Group - Enables tasks to synchronize the beginning or end of some computation.
Golang like WaitGroup implementation that supports both sync and async Rust.
WaitGroup::wait().