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: 57,385 of 184,864
Downloads: 17,188

Daily

Ranking: 37,897 of 184,846
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,637,955,978bundler
35639,917,177activerecord
271149,024,195sqlite3
1,10234,599,654shoulda
3,6942,597,953rcov
4,1781,892,770jeweler
5,979795,930ruby-debug19

Owners

#GravatarHandle
1iconFonsan