MayaFlux 0.2.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 201 of file Routine.cpp.

202{
203 if (m_handle) {
204 m_handle.promise().state[key] = std::move(value);
205 }
206}
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:469

References m_handle.