root/trunk/examples/workers/god_worker.rb

Revision 326, 139 bytes (checked in by gethema..@gmail.com, 6 months ago)

check in new backgroundrb code

Line 
1 class GodWorker < BackgrounDRb::MetaWorker
2   set_worker_name :god_worker
3   def create(args = nil)
4     logger.info "hello world"
5   end
6 end
7
Note: See TracBrowser for help on using the browser.