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

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

References m_handle.