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
)
protected
virtual
Definition at line
80
of file
Event.cpp
.
81
{
82
if
(
m_handle
) {
83
m_handle
.promise().state[key] = std::move(value);
84
}
85
}
MayaFlux::Vruta::Event::m_handle
std::coroutine_handle< promise_type > m_handle
Definition
Event.hpp:225
References
m_handle
.
MayaFlux
Vruta
Event
Generated by
1.9.8