|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
Overflow Policy: Evict oldest event in queue to make room for the new event. Ideal for high-frequency telemetry and sensor data where newest reading is critical. More...
#include <OverflowPolicies.hpp>
Collaboration diagram for corium::DropOldestOverflowPolicy:Public Member Functions | |
| template<typename QueuePolicy , typename EventVariant > | |
| bool | handleOverflow (QueuePolicy &queue, EventVariant &&event, EventPriority priority=EventPriority::Normal) |
Overflow Policy: Evict oldest event in queue to make room for the new event. Ideal for high-frequency telemetry and sensor data where newest reading is critical.
|
inline |