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

◆ ~GraphicsRoutine()

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

Definition at line 253 of file Routine.cpp.

254{
255 if (m_handle) {
256 m_handle.destroy();
257 }
258}
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:654

References m_handle.