task-group 0.2.2

manage groups of tokio tasks
Documentation
[dependencies.tokio]
default-features = false
features = ["rt", "sync"]
version = "^1.2.0"
[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "^1.2.0"

[package]
authors = ["Pat Hickey <pat@moreproductive.org>"]
description = "manage groups of tokio tasks"
edition = "2018"
keywords = ["tokio", "async"]
license = "MIT OR Apache-2.0"
name = "task-group"
readme = "README.md"
repository = "https://github.com/pchickey/task-group"
version = "0.2.2"