class ActiveSupport::Testing::ParallelizeExecutor

def should_parallelize?

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

def should_parallelize?: () -> false

This signature was generated using 3 samples from 1 application.

def should_parallelize?
  ENV["PARALLEL_WORKERS"] || tests_count > threshold
end