method
shutdown
v7.2.3 -
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