awaitgroup 0.7.0

Wait for a collection of async tasks to finish.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[dev-dependencies.tokio]
features = ["rt", "time"]
version = "1"

[package]
authors = ["Ibraheem Ahmed <ibraheem@ibraheem.ca>"]
categories = ["asynchronous", "concurrency"]
description = "Wait for a collection of async tasks to finish."
edition = "2021"
keywords = ["waitgroup", "notify", "wake", "futures", "async"]
license = "MIT"
name = "awaitgroup"
readme = "README.md"
repository = "https://github.com/ibraheemdev/awaitgroup"
version = "0.7.0"