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

◆ resume()

void MayaFlux::Vruta::Event::resume ( )

Definition at line 104 of file Event.cpp.

105{
106 if (m_handle && !m_handle.done()) {
107 m_handle.resume();
108 }
109}
std::coroutine_handle< promise_type > m_handle
Definition Event.hpp:225

References m_handle.