29template<
typename TPoller>
52 Poller_.WakeupReadyHandles();
Event loop that drives a poller backend.
Definition loop.hpp:30
void Stop()
Stops the loop.
Definition loop.hpp:43
TPoller & Poller()
Provides access to the underlying poller instance.
Definition loop.hpp:57
void Step()
Runs one event-loop iteration: polls for I/O/timer events then resumes all coroutines whose events fi...
Definition loop.hpp:50
void Loop()
Runs the main loop until Stop() is called.
Definition loop.hpp:35