holoscan::AsynchronousEventState

Beta
View as Markdown

Make AsynchronousEventState available to the holoscan namespace.

enum class holoscan::AsynchronousEventState

This enum is used for controlling and querying the state of asynchronous conditions. Moving it to the holoscan namespace improves usability when working with async operators. See Operator::async_condition() for accessing the internal condition to control execution timing.


Values

NameValue
READY= 0
WAIT
EVENT_WAITING
EVENT_DONE
EVENT_NEVER
kReady= READY
kWait= WAIT
kEventWaiting= EVENT_WAITING
kEventDone= EVENT_DONE
kEventNever= EVENT_NEVER