Method: RunLoop::ProcessTerminator#pid

Defined in:
lib/run_loop/process_terminator.rb

#pidInteger (readonly)

The process id of the process.

Returns:

  • (Integer)

    The pid.



9
10
11
# File 'lib/run_loop/process_terminator.rb', line 9

def pid
  @pid
end