Method: ProcessWrapper#destroy

Defined in:
lib/nsq-cluster/process_wrapper.rb

#destroyObject



27
28
29
# File 'lib/nsq-cluster/process_wrapper.rb', line 27

def destroy
  stop(async: true) if running?
end