rider 0.1.2

bounded executor for tokio; limit the count of tasks running 🚦
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.tokio]
features = ["rt", "sync"]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "sync"]
version = "1"

[package]
categories = ["concurrency"]
description = "bounded executor for tokio; limit the count of tasks running 🚦"
documentation = "https://docs.rs/rider"
edition = "2021"
license-file = "LICENSE"
name = "rider"
readme = "README.md"
repository = "https://github.com/redcloudvg/rider"
version = "0.1.2"