Class Bundler::ParallelWorkers::UnixWorker
In: lib/bundler/parallel_workers/unix_worker.rb
Parent: Worker

UnixWorker is used only on platforms where fork is available. The way this code works is, it forks a preconfigured number of workers and then It starts preconfigured number of threads that write to the connected pipe.

Methods

new  

Classes and Modules

Class Bundler::ParallelWorkers::UnixWorker::JobHandler

Public Class methods

[Validate]