# File lib/bundler/installer/parallel_installer.rb, line 79
  def call
    enqueue_specs
    process_specs until @specs.all?(&:installed?)
  ensure
    worker_pool && worker_pool.stop
  end