class Bundler::ParallelInstaller

def install_with_worker

def install_with_worker
  enqueue_specs
  process_specs until finished_installing?
end