ExecutionVisit#

Fully qualified name: omni::graph::exec::unstable::ExecutionVisit

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).