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

◆ ~Event()

MayaFlux::Vruta::Event::~Event ( )
virtual

Destructor.

Destroys the Event routine and releases its reference to the underlying coroutine. If this is the last reference, the coroutine frame is destroyed.

Definition at line 58 of file Event.cpp.

59{
60 if (m_handle && m_handle.address())
61 m_handle.destroy();
62}
std::coroutine_handle< promise_type > m_handle
Definition Event.hpp:225

References m_handle.