Method: Que::Worker#wait_until_stopped

Defined in:
lib/que/worker.rb

#wait_until_stoppedObject



50
51
52
# File 'lib/que/worker.rb', line 50

def wait_until_stopped
  @thread.join
end