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

◆ ~SoundRoutine()

MayaFlux::Vruta::SoundRoutine::~SoundRoutine ( )
override

Definition at line 65 of file Routine.cpp.

66{
67 if (m_handle && m_handle.address())
68 m_handle.destroy();
69}
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:460

References m_handle.