# async-waitgroup
[](https://github.com/maolonglong/async-waitgroup/actions/workflows/ci.yml)
[](https://github.com/maolonglong/async-waitgroup#license)
[](https://crates.io/crates/async-waitgroup)
[](https://docs.rs/async-waitgroup)
This crate provides a Golang like WaitGroup implementation that supports both sync and async Rust.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
async-waitgroup = "0.1"
```
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
at your option.