Method: Pallets::Worker#graceful_shutdown

Defined in:
lib/pallets/worker.rb

#graceful_shutdownObject



16
17
18
# File 'lib/pallets/worker.rb', line 16

def graceful_shutdown
  @needs_to_stop = true
end