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

◆ next_event()

Kriya::EventAwaiter MayaFlux::Vruta::EventSource::next_event ( )

Creates awaiter for next event (any type)

Definition at line 22 of file EventSource.cpp.

23{
24 return Kriya::EventAwaiter { *this, std::nullopt };
25}
friend class Kriya::EventAwaiter