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

◆ try_resume()

bool MayaFlux::Vruta::ComplexRoutine::try_resume ( uint64_t  current_context)
inlineoverridevirtual

Attempts to resume the coroutine if it's ready to execute.

Parameters
current_sampleCurrent sample position in the timeline
Returns
True if the coroutine was resumed, false otherwise

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 682 of file Routine.hpp.

682{ return false; }