method
after_fork
v6.1.7.7 -
Show latest stable
- Class:
ActiveSupport::Testing::Parallelization::Worker
after_fork()public
No documentation available.
# File activesupport/lib/active_support/testing/parallelization/worker.rb, line 77
def after_fork
Parallelization.after_fork_hooks.each do |cb|
cb.call(@number)
end
end