AsyncSourceAsyncForkHandler

module ForkHandler

Private module that hooks into Process._fork to handle fork events.

If Scheduler#process_fork hook is adopted in Ruby 4, this code can be removed after Ruby < 4 is no longer supported.

Discussion