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

◆ set_state_impl()

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

Implements MayaFlux::Vruta::Routine.

Definition at line 373 of file Routine.cpp.

374{
375 if (m_handle) {
376 m_handle.promise().state[key] = std::move(value);
377 }
378}
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:654

References m_handle.