rskit-worker 0.2.0-alpha.3

Task worker pool with JoinSet, typed events, and provider bridges
Documentation
1
2
3
4
5
6
7
8
//! Bounded async worker pool with streaming events and cooperative cancellation.

mod config;
mod queue;
mod runtime;

pub use config::{OverflowPolicy, PoolConfig, PoolStats};
pub use runtime::Pool;