module FFI::ModernForkTracking
Public Instance Methods
Calls superclass method
# File lib/ffi/ffi.rb, line 54 def _fork pid = super if pid == 0 FFI._async_cb_dispatcher_atfork_child end pid end