Hacker News new | ask | show | jobs
by railsguy 6331 days ago
the async plugin is quite nice. you can replace

>> myobject.very_slow_method

with

>> myobject.async :very_slow_method

and it's executed in background

http://github.com/lassej/async/tree/master