class ActiveSupport::Testing::ParallelizeExecutor

def <<(work)

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

def <<: (Array[Class] work) -> Thread::Queue

This signature was generated using 1 sample from 1 application.

def <<(work)
  parallel_executor << work if parallelized?
end