veda-rs 1.0.0

High-performance parallel runtime for Rust with work-stealing and adaptive scheduling
Documentation
1
2
3
4
5
6
7
8
9
pub mod atomic;
pub mod backoff;
pub mod cache_padded;
pub mod backpressure;

pub use atomic::AtomicF64;
pub use cache_padded::CachePadded;
pub use backoff::Backoff;
pub use backpressure::{BackpressureController, BackpressureConfig};