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

◆ get_should_terminate()

bool MayaFlux::Vruta::GraphicsRoutine::get_should_terminate ( ) const
inlineoverridevirtual

Get should_terminate flag from promise.

Returns
True if coroutine should be terminated

Implements MayaFlux::Vruta::Routine.

Definition at line 603 of file Routine.hpp.

604 {
605 return m_handle.promise().should_terminate;
606 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:643