Update RBI files for parallel.
This commit is contained in:
parent
48e66db296
commit
deef3539a8
@ -27,7 +27,7 @@ module Parallel
|
||||
def create_workers(job_factory, options, &block); end
|
||||
def extract_count_from_options(options); 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 work_direct(job_factory, options, &block); end
|
||||
def work_in_processes(job_factory, options, &blk); end
|
||||
Loading…
x
Reference in New Issue
Block a user