| Class | Bundler::Worker |
| In: |
lib/bundler/worker.rb
|
| Parent: | Object |
| POISON | = | Object.new |
| name | [R] | @return [String] the name of the worker |
Creates a worker pool of specified size
@param size [Integer] Size of pool @param name [String] name the name of the worker @param func [Proc] job to run in inside the worker pool