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 117 of file GetPromise.hpp.

118 {
119 if (m_source) {
121 }
122 return *promise_ptr;
123 }
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:367

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

+ Here is the call graph for this function: