driveshaft 0.2.0

A minimal, high-performance thread pool for running synchronous tasks with per-thread context from async code.
Documentation
1
2
3
4
5
6
mod actor;
mod error;
mod job;
mod pool;

pub use crate::{error::DriveShaftError, pool::DriveShaftPool};