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

◆ ~GraphicsRoutine()

MayaFlux::Vruta::GraphicsRoutine::~GraphicsRoutine ( )
override

Definition at line 226 of file Routine.cpp.

227{
228 if (m_handle) {
229 m_handle.destroy();
230 }
231}
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:623

References m_handle.