Provide an EventMachine compatible layer for rbuv.
Rbuv is a libuv binding for Ruby.
EventMachine is an event-driven I/O and lightweight concurrency library for Ruby.
Add this line to your application's Gemfile:
gem 'rbuv-em'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rbuv-em
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Rbuv is distributed under the MIT License. See LICENSE.txt for further details. Copyright (c) 2013 Hanfei Shen
Contains code originally from 'EventMachine' is available under the terms of either the GPL or Ruby's License. Copyright: (C) 2006-07 by Francis Cianfrocca. All Rights Reserved.