mesocarp 0.12.0

High-performance concurrency, synchronization, scheduling, and logging primitives in Rust
Documentation
1
2
3
//! This module provides high performance communication primitives for local multi-threaded and multi-process systems.
//! Currently only supports a local message bus using `crossbeam_queue::ArrayQueue` as lock-free channel.
pub mod mt;