#include <cstddef>
#include "concurrentqueue.h"
#include "message.h"
#include "symbols.h"
#include "utils.h"
Go to the source code of this file.
◆ TryEnqueueBulkFallback()
Enqueue a batch of events to a concurrent queue and print a warning message if we're short on queue space
◆ TryEnqueueFallback() [1/2]
Enqueue one event to a concurrent queue and print a warning message if we're short on queue space
◆ TryEnqueueFallback() [2/2]
Enqueue one event to a concurrent queue and print a warning message if we're short on queue space