| Crates.io | async-waitgroup |
| lib.rs | async-waitgroup |
| version | 0.1.3 |
| created_at | 2024-01-30 17:27:11.067713+00 |
| updated_at | 2024-02-12 12:48:35.635673+00 |
| description | Golang like WaitGroup implementation that supports both sync and async Rust |
| homepage | https://github.com/maolonglong/async-waitgroup |
| repository | https://github.com/maolonglong/async-waitgroup |
| max_upload_size | |
| id | 1120488 |
| size | 22,746 |
This crate provides a Golang like WaitGroup implementation that supports both sync and async Rust.
Add this to your Cargo.toml:
[dependencies]
async-waitgroup = "0.1"
Licensed under either of
at your option.