Expand description
A thread-safe, dynamically resizable circular buffer implementation.
This buffer is designed for high-throughput scenarios, particularly suitable for use in MQTT proxy applications where efficient message buffering is critical.
Structs§
- Config
- Dynamic
Circular Buffer - The main struct representing the dynamic circular buffer.
Enums§
Type Aliases§
- Buffer
Result - Thread
Safe Dynamic Circular Buffer - A thread-safe wrapper around
DynamicCircularBuffer
.