|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Checks if the coroutine is still active.
An active coroutine has not yet completed its execution and can be resumed. Inactive coroutines have either completed or were never properly initialized.
Implemented in MayaFlux::Vruta::SoundRoutine, MayaFlux::Vruta::GraphicsRoutine, and MayaFlux::Vruta::ComplexRoutine.