async-waitgroup

Crates.ioasync-waitgroup
lib.rsasync-waitgroup
version0.1.3
sourcesrc
created_at2024-01-30 17:27:11.067713
updated_at2024-02-12 12:48:35.635673
descriptionGolang like WaitGroup implementation that supports both sync and async Rust
homepagehttps://github.com/maolonglong/async-waitgroup
repositoryhttps://github.com/maolonglong/async-waitgroup
max_upload_size
id1120488
size22,746
Shaolong Chen (maolonglong)

documentation

https://docs.rs/async-waitgroup

README

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.

Commit count: 0

cargo fmt