switchyard 0.1.1

Real-time compute focused async executor
Documentation
[package]

name = "switchyard"

version = "0.1.1"

authors = ["Connor Fitzgerald <connorwadefitzgerald@gmail.com>"]

edition = "2018"

description = "Real-time compute focused async executor"

readme = "README.md"

repository = "https://github.com/BVE-Reborn/switchyard"

license = "MIT OR Apache-2.0 OR Zlib"

keywords = []

categories = []



[[bench]]

name = "scheduling"

harness = false



[dependencies]

arrayvec = "0.5"

bitflags = "1"

futures-intrusive = "0.4"

futures-task = "0.3"

num_cpus = "1"

parking_lot = "0.11"

priority-queue = "1"

slotmap = "0.4"



[target.'cfg(any(target_os = "windows", target_os = "linux"))'.dependencies]

affinity = "0.1"



[dev-dependencies]

async-std = "1.6"

criterion = "0.3"

flume = "0.9"

futures-executor = "0.3"



[profile.bench]

debug = true

lto = "thin"



[profile.release]

debug = false

lto = "thin"