NVIDIA Holoscan SDK v3.6.0

Enum AsyncQueuePolicy

enum class holoscan::AsyncQueuePolicy

Policy for handling queue overflow in async data loggers.

Values:

enumerator kReject

Reject new items when queue is full (drop and log warning)

enumerator kRaise

Raise an exception when queue is full.

Previous Enum AsynchronousEventState
Next Enum ConditionType
© Copyright 2022-2025, NVIDIA. Last updated on Sep 16, 2025.