driveshaft 0.2.0

A minimal, high-performance thread pool for running synchronous tasks with per-thread context from async code.
Documentation
[dependencies.core_affinity]
version = "0.8.3"

[dependencies.crossbeam]
version = "^0.8.0"

[dependencies.thiserror]
version = "^2.0.0"

[dependencies.tokio]
features = ["rt", "macros", "sync"]
version = "1.0"

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

[package]
authors = ["Charlie Gallagher"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal, high-performance thread pool for running synchronous tasks with per-thread context from async code."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "driveshaft"
readme = "readme.md"
repository = "https://github.com/ctgallagher4/driveshaft"
version = "0.2.0"