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

◆ ~SoundRoutine()

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

Definition at line 51 of file Routine.cpp.

52{
53 if (m_handle && m_handle.address())
54 m_handle.destroy();
55}
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:452

References m_handle.