Update RBI files for parallel.

This commit is contained in:
BrewTestBot 2022-03-21 18:12:21 +00:00
parent 3e79b85760
commit 5511a3d1d8
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `parallel` gem.
# Please instead update this file by running `bin/tapioca gem parallel`.
# typed: true
module Parallel
extend ::Parallel::ProcessorCount
@ -26,11 +26,14 @@ module Parallel
def call_with_index(item, index, options, &block); end
def create_workers(job_factory, options, &block); end
def extract_count_from_options(options); end
def instrument_finish(item, index, result, options); end
def instrument_start(item, index, options); end
def process_incoming_jobs(read, write, job_factory, options, &block); 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
def work_in_ractors(job_factory, options); end
def work_in_threads(job_factory, options, &block); end
def worker(job_factory, options, &block); end
end