Sha256: f88786b6112cfe38515cadb64e361a76bcc9f1851c73b656874a2cc7cc96c445
Contents?: true
Size: 1 KB
Versions: 5
Compression:
Stored size: 1 KB
Contents
# Em::Dextras Utilities to help working with EventMachine Deferrables. Includes probes for asynchronous tests and a DSL to chain deferrables. ## Installation Add this line to your application's Gemfile: gem 'em-dextras' And then execute: $ bundle Or install it yourself as: $ gem install em-dextras ## Usage Documentation is currently lacking, fixing this is our number 1 priority. The project offers: * A DSL to structure asynchronous computations, inspired by [SoundCloud empipelines](https://github.com/soundcloud/empipelines) and [future composition](http://code.technically.us/post/17965128229/fables-of-the-reconstruction-part-3-leibniz-saw-all) * Methods to help test deferrable based code - Low-level probing - Syntatic sugar as RSpec matchers ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
em-dextras-0.4.0 | README.md |
em-dextras-0.3.0 | README.md |
em-dextras-0.2.0 | README.md |
em-dextras-0.1.0 | README.md |
em-dextras-0.0.1 | README.md |