Class: Evilution::ProcessSupervisor::Handle
- Inherits:
-
Struct
- Object
- Struct
- Evilution::ProcessSupervisor::Handle
- Defined in:
- lib/evilution/process_supervisor.rb
Overview
One tracked child: leader pid, its process-group id (== pid for a group leader), the parent-side fds to close on reap, and an optional sandbox dir to remove on reap.
Instance Attribute Summary collapse
-
#fds ⇒ Object
Returns the value of attribute fds.
-
#pgid ⇒ Object
Returns the value of attribute pgid.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#sandbox_dir ⇒ Object
Returns the value of attribute sandbox_dir.
Instance Attribute Details
#fds ⇒ Object
Returns the value of attribute fds
33 34 35 |
# File 'lib/evilution/process_supervisor.rb', line 33 def fds @fds end |
#pgid ⇒ Object
Returns the value of attribute pgid
33 34 35 |
# File 'lib/evilution/process_supervisor.rb', line 33 def pgid @pgid end |
#pid ⇒ Object
Returns the value of attribute pid
33 34 35 |
# File 'lib/evilution/process_supervisor.rb', line 33 def pid @pid end |
#sandbox_dir ⇒ Object
Returns the value of attribute sandbox_dir
33 34 35 |
# File 'lib/evilution/process_supervisor.rb', line 33 def sandbox_dir @sandbox_dir end |