rotor-tools 0.3.1

Various utility things for comfortable writing of application and protocols using rotor library
Documentation

=========== Rotor Tools

:Documentation: http://tailhook.github.io/rotor-tools/

This module contains various tools that are useful for wrinting applications using rotor_ asynchronous framework for rust.

The tools here could be the core of rotor we are trying to make rotor itself as small as possible, because all things in the same application (actually the same main loop) should have same version of rotor core library. But different versions of other libraries are possible, including rotor-tools.

Tools included:

#. Simplified state machines:

#. A bare timer, including interval_func(duration, |_| { do_something() }) #. Loop setup helpers

#. LoopExt::add_and_fetch -- easier setup of client protocols

.. _rotor: http://github.com/tailhook/rotor

======= License

Licensed under either of


Contribution

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