Method: Pallets::Worker#hard_shutdown

Defined in:
lib/pallets/worker.rb

#hard_shutdownObject



20
21
22
23
# File 'lib/pallets/worker.rb', line 20

def hard_shutdown
  return unless @thread
  @thread.raise Pallets::Shutdown
end