Categories: None [Edit]

dunder

https://rubygems.org/gems/dunder
https://github.com/Fonsan/dunder
For tasks that can be started early and evaluated late. Typically one might want start multiple heavy tasks concurrent. This is already solvable with threads or the [reactor-pattern](http://rubyeventmachine.com/) but setting this up could be cumbersome or require direct interactions with threads ex. Dunder is a simple way of abstracting this: you simply pass a block to Dunder.load with the expected class as the argument

Total

Ranking: 58,573 of 187,239
Downloads: 17,674

Daily

Ranking: 51,612 of 187,224
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,973,208,875bundler
36711,658,717activerecord
274163,773,486sqlite3
1,10738,495,795shoulda
3,6113,059,340rcov
4,2941,988,789jeweler
6,237796,832ruby-debug19

Owners

#GravatarHandle
1iconFonsan