WAG
Go like sync.WaitGroup implementation in Rust. (sync/async)
| Examples | Docs | Latest Note |
= "0.3.0"
How to use,
use WaitGroup;
let wg = new;
for _ in 0..10 );
wg.wait; // or wg.async_wait().await;
for w in wg. );
wg.wait; // or wg.async_wait().await;
let = wg.adds;
spawn;
spawn;
spawn;
wg.wait; // or wg.async_wait().await;
wg..enumerate.for_each;
wg.wait; // or wg.async_wait().await;