tokio-task-pool 0.1.4

Task pool for Tokio Runtime
Documentation
[dependencies.log]
optional = true
version = "0.4.20"

[dependencies.tokio]
features = ["full"]
version = "1.32.0"

[package]
authors = ["Serhij S. <div@altertech.com>"]
description = "Task pool for Tokio Runtime"
edition = "2021"
keywords = ["tokio", "task", "safe", "pool"]
license = "MIT"
name = "tokio-task-pool"
readme = "README.md"
repository = "https://github.com/alttch/tokio-task-pool"
version = "0.1.4"
[package.metadata.docs.rs]
features = ["log"]

[package.metadata.playground]
features = ["log"]