MayaFlux 0.4.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 573 of file Routine.hpp.

574 {
575 return m_handle.promise().auto_resume;
576 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:623