tokio-reactor

Event loop that drives Tokio I/O resources.

Documentation

Overview

The reactor is the engine that drives asynchronous I/O resources (like TCP and UDP sockets). It is backed by [mio] and acts as a bridge between [mio] and [futures].

The crate provides:

Application authors will not use this crate directly. Instead, they will use the [tokio] crate. Library authors should only depend on tokio-reactor if they are building a custom I/O resource.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.