Rbuv::EM

Provide an EventMachine compatibile layer for rbuv.

What is Rbuv

Rbuv is a libuv binding for Ruby.

What is EventMachine

EventMachine is an event-driven I/O and lightweight concurrency library for Ruby.

Installation

Add this line to your application's Gemfile:

gem 'rbuv-em'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rbuv-em

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Rbuv is distributed under the MIT License. See LICENSE.txt for further details. Copyright (c) 2013 Hanfei Shen

Contains code originally from 'EventMachine' available under the terms of either the GPL or Ruby's License. Copyright: (C) 2006-07 by Francis Cianfrocca. All Rights Reserved.