eThreadSafety#
- class omni.graph.core.eThreadSafety#
Bases:
pybind11_objectHow thread safe is the node during evaluation
Members:
E_SAFE : Nodes can be evaluated in multiple threads safely
E_UNSAFE : Nodes cannot be evaluated in multiple threads safely
E_UNKNOWN : The thread safety status of the node type is unknown
Methods
__init__(self, value)Attributes
E_SAFEE_UNKNOWNE_UNSAFEvalue- __init__(
- self: omni.graph.core._omni_graph_core.eThreadSafety,
- value: int,
- property name#