pingora-runtime 0.4.0

Multithreaded Tokio runtime with the option of disabling work stealing.
Documentation
[[bench]]
harness = false
name = "hello"
path = "benches/hello.rs"

[dependencies.once_cell]
version = "1"

[dependencies.rand]
version = "0.8"

[dependencies.thread_local]
version = "1"

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

[dev-dependencies.tokio]
features = ["io-util", "net"]
version = "1"

[lib]
name = "pingora_runtime"
path = "src/lib.rs"

[package]
authors = ["Yuchen Wu <yuchen@cloudflare.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = """
Multithreaded Tokio runtime with the option of disabling work stealing.
"""
edition = "2021"
keywords = ["async", "non-blocking", "pingora"]
license = "Apache-2.0"
name = "pingora-runtime"
readme = false
repository = "https://github.com/cloudflare/pingora"
version = "0.4.0"