adirector 0.1.1

asynchronous tokio task spawner with a limited size
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.tokio]
default-features = false
features = ["macros", "time", "rt", "sync"]
version = "1"

[package]
authors = ["red cloud team"]
categories = ["concurrency"]
description = "asynchronous tokio task spawner with a limited size"
edition = "2021"
keywords = ["parallel", "task", "concurrency", "join", "performance"]
license-file = "LICENSE"
name = "adirector"
readme = "README.md"
repository = "https://github.com/redcloudvg/adirector"
version = "0.1.1"