method
shutdown
rails 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