class Bundler::ParallelWorkers::Worker

def stop

Stop the forked workers and started threads
def stop
  stop_threads
  stop_workers
end