MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ m_request_terminate

std::atomic<bool> MayaFlux::Nodes::RootNode::m_request_terminate { false }
private

Flag to request termination of processing.

When set to true, this flag indicates that all processing should be terminated cleanly.

Definition at line 178 of file RootNode.hpp.

178{ false };

Referenced by postprocess(), preprocess(), and terminate_all_nodes().