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

◆ m_pending_count

std::atomic<uint32_t> MayaFlux::Nodes::RootNode::m_pending_count
private

Counter tracking the number of pending operations.

This counter helps efficiently manage the pending operations array, allowing the system to quickly determine if there are operations waiting to be processed without scanning the entire array.

Definition at line 209 of file RootNode.hpp.

Referenced by postprocess(), preprocess(), process_pending_operations(), register_node(), and unregister_node().