diff --git a/Library/Homebrew/sorbet/rbi/gems/parallel@1.21.0.rbi b/Library/Homebrew/sorbet/rbi/gems/parallel@1.22.0.rbi similarity index 94% rename from Library/Homebrew/sorbet/rbi/gems/parallel@1.21.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/parallel@1.22.0.rbi index b5a1cbfdad..5b00e8261a 100644 --- a/Library/Homebrew/sorbet/rbi/gems/parallel@1.21.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/parallel@1.22.0.rbi @@ -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