omni::graph::exec::unstable::ExecutionVisit

Defined in omni/graph/exec/unstable/Executor.h

struct ExecutionVisit

Graph traversal visit strategy.

Will generate a new task when all upstream nodes have been executed.

Public Static Functions

template<typename ExecutorInfo>
static inline Status tryVisit(ExecutorInfo info) noexcept

Called when the traversal wants to visit a node. This method determines what to do with the node (e.g. schedule it, defer it, etc).