class Bundler::Worker

def abort_threads

def abort_threads
  @threads.each {|i| i.exit }
  exit 1
end