class Bundler::ParallelInstaller

def process_specs

dequeue.
processed so the call to `enqueue_specs` is important after every
Some specs might've had to wait til this spec was installed to be
remaining specs.
Dequeue a spec and save its post-install message and then enqueue the
def process_specs
  worker_pool.deq
  enqueue_specs
end