Crate elasticq

Source
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
DynamicCircularBuffer
The main struct representing the dynamic circular buffer.

Enums§

BufferError

Type Aliases§

BufferResult
ThreadSafeDynamicCircularBuffer
A thread-safe wrapper around DynamicCircularBuffer.