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

◆ mark_ready_for_processing()

void MayaFlux::Kakshya::WindowContainer::mark_ready_for_processing ( bool  ready)
overridevirtual

Mark the container as ready or not ready for processing.

Parameters
readytrue to mark as ready, false otherwise

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 274 of file WindowContainer.cpp.

275{
276 m_ready_for_processing.store(ready, std::memory_order_release);
277}

References m_ready_for_processing.