class Parallel::Worker

def stop

def stop
  close_pipes
  wait # if it goes zombie, rather wait here to be able to debug
end