A fast, thread-local event loop.
This is a fully-featured event loop built on top of mio
that provides
IO, timeout, and "next tick" listeners. It is meant to expose nearly all
of the flexibility and speed of mio while making huge ergonomic gains by
internally managing handler registration.
There are examples in the examples
folder that show the functionality of
event
.
MIT