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

◆ await_resume()

Vruta::event_promise & MayaFlux::Kriya::GetEventPromise::await_resume ( ) const
inlinenoexcept

Definition at line 136 of file GetPromise.hpp.

137 {
138 if (m_source) {
140 }
141 return *promise_ptr;
142 }
std::shared_ptr< Vruta::NetworkSource > m_source
promise_handle * promise_ptr
Pointer to store the promise object.
void own(std::shared_ptr< Vruta::NetworkSource > source)
Transfer ownership of a NetworkSource to this coroutine frame.
Definition Promise.hpp:485

References MayaFlux::Vruta::event_promise::own().

+ Here is the call graph for this function: