method
shutdown
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Testing::ParallelizeExecutor
shutdown()public
No documentation available.
# File activesupport/lib/active_support/testing/parallelize_executor.rb, line 26
def shutdown
parallel_executor.shutdown if parallelized?
end