Module: ActiveSupport::ForkTracker::ModernCoreExt

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/fork_tracker.rb

Instance Method Summary collapse

Instance Method Details

#_forkObject



6
7
8
9
10
11
12
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/fork_tracker.rb', line 6

def _fork
  pid = super
  if pid == 0
    ForkTracker.check!
  end
  pid
end