holoscan::DataLoggerQueueType
holoscan::DataLoggerQueueType
Queue type selection for AsyncDataLoggerResource.
Both queue types are fully thread-safe but offer different trade-offs:
- LockFree: Higher throughput, per-producer FIFO ordering only
- Ordered: Lower throughput, strict global FIFO ordering across all producers