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

◆ get_auto_resume()

bool MayaFlux::Vruta::GraphicsRoutine::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 593 of file Routine.hpp.

594 {
595 return m_handle.promise().auto_resume;
596 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:643