taskmanager 0.5.0

Manage groups of background tasks
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.loga]
version = "0.4"

[dependencies.tokio]
features = ["signal", "macros", "time", "sync", "rt"]
version = "1"

[dependencies.tokio-util]
version = "0.7"

[dependencies.waitgroup]
version = "0.1"

[package]
description = "Manage groups of background tasks"
edition = "2021"
license = "ISC"
name = "taskmanager"
readme = "readme.md"
repository = "https://github.com/andrewbaxter/taskmanager"
version = "0.5.0"