Update RBI files for parallel.

This commit is contained in:
BrewTestBot 2021-09-14 10:31:07 +00:00
parent 48e66db296
commit deef3539a8
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -27,7 +27,7 @@ module Parallel
def create_workers(job_factory, options, &block); end def create_workers(job_factory, options, &block); end
def extract_count_from_options(options); end def extract_count_from_options(options); end
def process_incoming_jobs(read, write, job_factory, options, &block); end def process_incoming_jobs(read, write, job_factory, options, &block); end
def replace_worker(job_factory, workers, i, options, blk); end def replace_worker(job_factory, workers, index, options, blk); end
def with_instrumentation(item, index, options); end def with_instrumentation(item, index, options); end
def work_direct(job_factory, options, &block); end def work_direct(job_factory, options, &block); end
def work_in_processes(job_factory, options, &blk); end def work_in_processes(job_factory, options, &blk); end