Sign in Sign up
rubygems

deferrable_gratification

Deferrable Gratification (DG) facilitates asynchronous programming in Ruby, by helping create abstractions around complex operations built up from simpler ones. It helps make asynchronous code less error-prone and easier to compose. It also provides some enhancements to the Deferrable API. Features include: * fluent (aka chainable) syntax for registering multiple callbacks and errbacks to the same Deferrable. * a #bothback method for registering code to run on either success or failure. * a combinator library for building up complex asynchronous operations out of simpler ones.

Activity

Latest release
15y ago
Total releases
4
Cadence
~2 months
Last 12 months
0

Details

First release
Jan 15, 2011
Releases
Version Released
0.3.1 patch
0.3.0 minor
0.2.0 minor
0.1.0 initial