MayaFlux 0.4.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 123 of file NodeNetwork.cpp.

124{
125 m_processed_this_cycle.store(processed, std::memory_order_release);
126}

References m_processed_this_cycle.

Referenced by request_reset_from_channel().

+ Here is the caller graph for this function: