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

◆ auto_resume

template<typename RoutineType >
bool MayaFlux::Vruta::routine_promise< RoutineType >::auto_resume = true

Flag indicating whether the coroutine should be automatically resumed.

When true, the scheduler will automatically resume the coroutine when the current sample position reaches next_sample. When false, the coroutine must be manually resumed by calling ::try_resume.

Definition at line 89 of file Promise.hpp.