Method: EQ.boot
- Defined in:
- lib/eq.rb
.boot(just = nil) ⇒ Object
this boots queuing and working optional: to use another queuing or working subsystem just do require ‘eq/working’ or require ‘eq/queueing’ instead of require ‘eq/all’
37 |
# File 'lib/eq.rb', line 37 def boot just=nil; manage :boot, just; end |