waitgroup 0.1.2

Async waitgroup for a collection of task to finish
Documentation
[dependencies.atomic-waker]
version = "1.0"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.5.0"

[package]
authors = ["laizy <aochyi@126.com>"]
categories = ["asynchronous", "concurrency"]
description = "Async waitgroup for a collection of task to finish"
documentation = "https://docs.rs/waitgroup"
edition = "2018"
homepage = "https://github.com/laizy/waitgroup-rs"
keywords = ["waitgroup", "notify", "wake", "futures", "async"]
license = "Apache-2.0"
name = "waitgroup"
readme = "README.md"
repository = "https://github.com/laizy/waitgroup-rs"
version = "0.1.2"