clockworker 0.1.1

A single-threaded async executor with EEVDF-based fair scheduling and pluggable task schedulers
Documentation
[package]
name = "clockworker"
version = "0.1.1"
edition = "2021"
description = "A single-threaded async executor with EEVDF-based fair scheduling and pluggable task schedulers"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/nikhilgarg28/clockworker"
authors = ["Nikhil Garg <nikhilgarg28@gmail.com>"]
keywords = ["async", "executor", "scheduler", "runtime", "tokio"]
categories = ["asynchronous", "concurrency"]

[dependencies]
flume = "0.11"
futures = "0.3"
slab = "0.4"
static_assertions = "1.1"
ahash = "0.8"

[dev-dependencies]
tokio = { version = "1", features = ["time", "rt", "macros"] }
monoio = { version = "0.2" }
smol = { version = "2.0" }