method

new

ruby latest stable - Class: Bundler::Worker

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

new(size, name, func)
public

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