async-dispatcher 0.1.2

async runtime based on a pluggable dispatcher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "async-dispatcher"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
description = "async runtime based on a pluggable dispatcher"

[features]
"macros" = ["async-dispatcher-macros"]

[dependencies]
async-task = "4.7"
futures-lite = "1"
async-dispatcher-macros = { path = "./macros", version = "0.1.0", optional = true }