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

◆ get_return_object()

Event MayaFlux::Vruta::event_promise::get_return_object ( )

Definition at line 5 of file Event.cpp.

6{
7 return Event { std::coroutine_handle<event_promise>::from_promise(*this) };
8}