Async waitgroup for a collection of tasks to finish.
# Cargo.toml
[dependencies]
waitgroup = "0.1.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a WaitGroup, spawns tasks that each drop a clone, and awaits completion.
Add tokio as a dependency and use `#[tokio::main]` or similar.
No dependency data recorded yet.