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

◆ resume()

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

Definition at line 101 of file Event.cpp.

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

References m_handle.