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
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