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

◆ set_state_impl()

void MayaFlux::Vruta::SoundRoutine::set_state_impl ( const std::string &  key,
std::any  value 
)
overrideprotectedvirtual

Implements MayaFlux::Vruta::Routine.

Definition at line 192 of file Routine.cpp.

193{
194 if (m_handle) {
195 m_handle.promise().state[key] = std::move(value);
196 }
197}
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:460

References m_handle.