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

◆ get_auto_resume()

bool MayaFlux::Vruta::SoundRoutine::get_auto_resume ( ) const
inlineoverridevirtual

Get auto_resume flag from promise.

Returns
True if coroutine should be automatically resumed

Implements MayaFlux::Vruta::Routine.

Definition at line 409 of file Routine.hpp.

410 {
411 return m_handle.promise().auto_resume;
412 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:469