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

◆ get_return_object()

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

Definition at line 7 of file Event.cpp.

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