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

◆ done()

bool MayaFlux::Vruta::Event::done ( ) const

Definition at line 113 of file Event.cpp.

114{
115 return m_handle ? m_handle.done() : true;
116}
std::coroutine_handle< promise_type > m_handle
Definition Event.hpp:225

References m_handle.