123456789_123456789_123456789_123456789_123456789_

Module: FFI::ModernForkTracking

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: lib/ffi/ffi.rb

Instance Method Summary

Instance Method Details

#_fork

[ GitHub ]

  
# File 'lib/ffi/ffi.rb', line 54

def _fork
  pid = super
  if pid == 0
    FFI._async_cb_dispatcher_atfork_child
  end
  pid
end