Module: FFI::ModernForkTracking
- Included in:
- FFI
- Defined in:
- lib/ffi/ffi.rb
Instance Method Summary collapse
Instance Method Details
#_fork ⇒ Object
54 55 56 57 58 59 60 |
# File 'lib/ffi/ffi.rb', line 54 def _fork pid = super if pid == 0 FFI._async_cb_dispatcher_atfork_child end pid end |