Expand description
Asynchronous IPC channels with lock-free implementation
This module provides high-performance async channels using lock-free ring buffers and event notification for efficient message passing.
Structs§
- Async
Channel - Lock-free ring buffer for async messages
- Async
Channel Stats - Async channel statistics
- Message
Batch - Batch message processing for efficiency
Constants§
- ASYNC_
CHANNEL_ SIZE - Maximum messages in async channel