event 0.2.1

A mulit-threaded event loop for Rust
docs.rs failed to build event-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Event Build Status

A fast, thread-local event loop.

Overview

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.

Examples

There are examples in the examples folder that show the functionality of event.

License

MIT