Rbuv::EM
Provide an EventMachine compatible 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
- 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
License
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.