Update RBI files for parallel.
This commit is contained in:
parent
3e79b85760
commit
5511a3d1d8
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `parallel` gem.
|
# This is an autogenerated file for types exported from the `parallel` gem.
|
||||||
# Please instead update this file by running `bin/tapioca gem parallel`.
|
# Please instead update this file by running `bin/tapioca gem parallel`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
module Parallel
|
module Parallel
|
||||||
extend ::Parallel::ProcessorCount
|
extend ::Parallel::ProcessorCount
|
||||||
|
|
||||||
@ -26,11 +26,14 @@ module Parallel
|
|||||||
def call_with_index(item, index, options, &block); end
|
def call_with_index(item, index, options, &block); end
|
||||||
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 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 process_incoming_jobs(read, write, job_factory, options, &block); end
|
||||||
def replace_worker(job_factory, workers, index, 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
|
||||||
|
def work_in_ractors(job_factory, options); end
|
||||||
def work_in_threads(job_factory, options, &block); end
|
def work_in_threads(job_factory, options, &block); end
|
||||||
def worker(job_factory, options, &block); end
|
def worker(job_factory, options, &block); end
|
||||||
end
|
end
|
Loading…
x
Reference in New Issue
Block a user