Module execution_engine_lockfree

Source
Expand description

Lock-free implementation of the execution engine for high-performance scenarios Lock-free execution engine implementation using crossbeam::queue::SegQueue

This implementation eliminates contention by using lock-free data structures for all critical paths in the execution pipeline.

Structsยง

LockFreeExecutionEngine
Lock-free execution engine using crossbeam::queue::SegQueue