|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Restarts the coroutine from the beginning.
Resets the coroutine to its initial state and prepares it for execution from the beginning. This allows reusing the same coroutine logic multiple times without creating a new coroutine.
Implements MayaFlux::Vruta::Routine.
Definition at line 178 of file Routine.cpp.
References is_active(), and m_handle.
Here is the call graph for this function: