Module: GrpcForkSafety::ProcessExtension

Defined in:
lib/grpc_fork_safety/patch.rb

Instance Method Summary collapse

Instance Method Details

#_forkObject



7
8
9
10
11
12
# File 'lib/grpc_fork_safety/patch.rb', line 7

def _fork
  GrpcForkSafety._before_fork_hook
  pid = super
  GrpcForkSafety._after_fork_hook
  pid
end