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

◆ cancel_outbound()

void MayaFlux::Portal::Forma::Bridge::cancel_outbound ( ElementRecord rec)
private

Definition at line 360 of file Bridge.cpp.

361{
362 for (const auto& name : rec.outbound_tasks) {
364 }
365 rec.outbound_tasks.clear();
366}
Vruta::TaskScheduler & m_scheduler
Definition Bridge.hpp:522
bool cancel_task(const std::shared_ptr< Routine > &routine)
Cancels and removes a task from the scheduler.

References MayaFlux::Vruta::TaskScheduler::cancel_task(), m_scheduler, and MayaFlux::Portal::Forma::Bridge::ElementRecord::outbound_tasks.

Referenced by unbind(), and ~Bridge().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: