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

◆ is_processed_this_cycle()

bool MayaFlux::Nodes::NodeNetwork::is_processed_this_cycle ( ) const

Check if network has been processed this cycle (lock-free)

Returns
true if processed this cycle

Definition at line 97 of file NodeNetwork.cpp.

98{
99 return m_processed_this_cycle.load(std::memory_order_acquire);
100}
std::atomic< bool > m_processed_this_cycle

References m_processed_this_cycle.