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

◆ mark_processed()

void MayaFlux::Nodes::Network::NodeNetwork::mark_processed ( bool  processed)

Mark network as processed this cycle (lock-free)

Definition at line 102 of file NodeNetwork.cpp.

103{
104 m_processed_this_cycle.store(processed, std::memory_order_release);
105}

References m_processed_this_cycle.

Referenced by request_reset_from_channel().

+ Here is the caller graph for this function: