async-waitgroup 0.1.3

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

async-waitgroup

CI License Cargo Documentation

This crate provides a Golang like WaitGroup implementation that supports both sync and async Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
async-waitgroup = "0.1"

License

Licensed under either of

at your option.