instance method
after_fork
Ruby on Rails 7.1.6
Since v6.1.7.10Signature
after_fork()
No documentation comment.
Source
# File activesupport/lib/active_support/testing/parallelization/worker.rb, line 80
def after_fork
Parallelization.after_fork_hooks.each do |cb|
cb.call(@number)
end
end
Defined in activesupport/lib/active_support/testing/parallelization/worker.rb line 80
· View on GitHub
· Improve this page
· Find usages on GitHub