Categories: None [Edit]
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.
Total
Ranking: 18,875 of 188,354
Downloads: 88,085
Daily
Ranking: 27,636 of 188,339
Downloads: 12
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 22,782 | 65,769 | em-imap |
| 30,721 | 42,897 | em-stretcher |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 10 | 1,192,295,793 | rake |
| 29 | 936,893,351 | rspec |
| 147 | 305,569,526 | eventmachine |
| 225 | 201,274,355 | yard |
| 3,014 | 5,093,832 | bluecloth |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | samstokes |