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

◆ set_state_impl()

void MayaFlux::Vruta::Event::set_state_impl ( const std::string &  key,
std::any  value 
)
protectedvirtual

Definition at line 83 of file Event.cpp.

84{
85 if (m_handle) {
86 m_handle.promise().state[key] = std::move(value);
87 }
88}
std::coroutine_handle< promise_type > m_handle
Definition Event.hpp:225

References m_handle.