omni::graph::core::eThreadSafety

Defined in omni/graph/core/ISchedulingHints.h

enum class omni::graph::core::eThreadSafety

How thread safe is the node during evaluation.

Values:

enumerator eSafe

Nodes can be evaluated in multiple threads safely.

enumerator eUnsafe

Nodes cannot be evaluated in multiple threads safely.

enumerator eUnknown

The thread safety status of the node type is unknown.