|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inlinevirtual |
Attempts to resume the coroutine with explicit temporal context.
| current_value | Current position in the timeline (samples, frames, cycles, etc.) |
| context | The temporal context being processed |
This context-aware resume method allows different temporal mechanisms to coexist within the same processing token. For example, both sample-based and buffer-cycle-based delays can use SAMPLE_ACCURATE token without interfering with each other.
The default implementation delegates to try_resume(uint64_t) for backward compatibility. Derived classes can override to implement context-specific resumption logic.
Reimplemented in MayaFlux::Vruta::SoundRoutine, and MayaFlux::Vruta::GraphicsRoutine.
Definition at line 91 of file Routine.hpp.