Project

eventkit

0.0
No commit activity in last 3 years
No release in over 3 years
An Event Loop, a Promises A+ library, and more...
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.10.1
~> 0.6.0
~> 10.0
~> 3.2.0

Runtime

 Project Readme

Eventkit

Build Status

A basic toolkit for asynchronous event driven applications. The toolkit includes an Event Loop to perform non blocking IO and a promises A+ implementation to coordinate asychronous tasks.

This gem bundles up the eventkit-eventloop and eventkit-promise gems.

Installation

Add this line to your application's Gemfile:

gem 'eventkit', '~> 1.0'

Usage

Check the documentation of eventkit-eventloop and eventkit-promise.