33template<
typename TPoller>
55 Poller_.WakeupReadyHandles();
A generic event loop wrapper that uses TSelect as its poller.
Definition loop.hpp:34
void Stop()
Stops the loop.
Definition loop.hpp:47
TPoller & Poller()
Provides access to the underlying poller instance.
Definition loop.hpp:60
void Step()
Performs a single iteration of polling and waking up ready handles.
Definition loop.hpp:53
void Loop()
Runs the main loop until Stop() is called.
Definition loop.hpp:39