class Bundler::Worker

def abort_threads

def abort_threads
  @threads.each(&:exit)
  exit 1
end