123456789_123456789_123456789_123456789_123456789_

Module: ActiveSupport::ForkTracker::ModernCoreExt

Relationships & Source Files
Defined in: activesupport/lib/active_support/fork_tracker.rb

Instance Method Summary

Instance Method Details

#_fork

[ GitHub ]

  
# File 'activesupport/lib/active_support/fork_tracker.rb', line 6

def _fork
  pid = super
  if pid == 0
    ForkTracker.after_fork_callback
  end
  pid
end