MayaFlux 0.1.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 80 of file Event.cpp.

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

References m_handle.