class ActiveSupport::Testing::ParallelizeExecutor

def initialize(size:, with:, threshold: ActiveSupport.test_parallelization_threshold)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (size: Integer, with: Symbol, threshold: Integer) -> void

This signature was generated using 2 samples from 1 application.

def initialize(size:, with:, threshold: ActiveSupport.test_parallelization_threshold)
  @size = size
  @parallelize_with = with
  @threshold = threshold
end