Module event_loop

Source

Structs§

EventLoop
EventLoop is an event loop blocked on a set of fds. When a monitered events is triggered, event loop will invoke the mapped handler.

Traits§

EventHandler
Interface for event handler.
FailHandle
A fail handle will do the clean up when we cannot recover from some error.