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

◆ cancel_inbound()

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

Definition at line 352 of file Bridge.cpp.

353{
354 if (!rec.inbound_task.empty()) {
355 m_scheduler.cancel_task(rec.inbound_task);
356 rec.inbound_task.clear();
357 }
358}
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(), MayaFlux::Portal::Forma::Bridge::ElementRecord::inbound_task, and m_scheduler.

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

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