|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kriya::EventChain::cancel | ( | ) |
Cancels the event chain if it's currently executing.
Terminates the underlying coroutine, preventing any remaining events from executing. Safe to call even if chain has completed.
Definition at line 121 of file Chain.cpp.
References MayaFlux::Vruta::TaskScheduler::cancel_task(), fire_on_complete(), is_active(), m_routine, and m_Scheduler.
Here is the call graph for this function: