123456789_123456789_123456789_123456789_123456789_

Module: SQLite3::ForkSafety::CoreExt

Do not use. This module is for internal use only.
Relationships & Source Files
Defined in: lib/sqlite3/fork_safety.rb

Instance Method Summary

Instance Method Details

#_fork

[ GitHub ]

  
# File 'lib/sqlite3/fork_safety.rb', line 9

def _fork
  pid = super
  if pid == 0
    ForkSafety.discard
  end
  pid
end