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

◆ m_pending_removal

std::vector<std::pair<std::shared_ptr<DataProcessor>, std::shared_ptr<SignalSourceContainer> > > MayaFlux::Kakshya::DataProcessingChain::m_pending_removal
private

Removals deferred because they arrived during active iteration.

Each entry is a (processor, container) pair drained by drain_pending_removals() after the enclosing process variant returns.

Definition at line 141 of file DataProcessingChain.hpp.

Referenced by drain_pending_removals(), and remove_processor().