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

◆ ~GraphicsRoutine()

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

Definition at line 257 of file Routine.cpp.

258{
259 if (m_handle) {
260 m_handle.destroy();
261 }
262}
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:654

References m_handle.