tokio-task-pool 0.1.2

Task pool for Tokio Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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.2"