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

◆ get_should_terminate()

virtual bool MayaFlux::Vruta::Event::get_should_terminate ( ) const
inlinevirtual

Get should_terminate flag from promise.

Returns
True if coroutine should be terminated

Definition at line 114 of file Event.hpp.

115 {
116 return m_handle.promise().should_terminate;
117 }
std::coroutine_handle< promise_type > m_handle
Definition Event.hpp:225