|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Attempts to resume the coroutine if it's ready to execute.
| current_sample | Current sample position in the timeline |
This method checks if the current sample position has reached or passed the coroutine's next execution time. If so, it resumes the coroutine, allowing it to execute until its next suspension point or completion.
Implements MayaFlux::Vruta::Routine.
Definition at line 173 of file Routine.cpp.
References MayaFlux::Vruta::SAMPLE_BASED, and try_resume_with_context().
Here is the call graph for this function: