Class: Ruptr::Runner::Forking::Worker
- Inherits:
-
Struct
- Object
- Struct
- Ruptr::Runner::Forking::Worker
- Defined in:
- lib/ruptr/runner.rb
Instance Attribute Summary collapse
-
#pending_tcs ⇒ Object
Returns the value of attribute pending_tcs.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#read_io ⇒ Object
Returns the value of attribute read_io.
-
#stale ⇒ Object
Returns the value of attribute stale.
-
#write_io ⇒ Object
Returns the value of attribute write_io.
Instance Method Summary collapse
Instance Attribute Details
#pending_tcs ⇒ Object
Returns the value of attribute pending_tcs
307 308 309 |
# File 'lib/ruptr/runner.rb', line 307 def pending_tcs @pending_tcs end |
#pid ⇒ Object
Returns the value of attribute pid
307 308 309 |
# File 'lib/ruptr/runner.rb', line 307 def pid @pid end |
#read_io ⇒ Object
Returns the value of attribute read_io
307 308 309 |
# File 'lib/ruptr/runner.rb', line 307 def read_io @read_io end |
#stale ⇒ Object
Returns the value of attribute stale
307 308 309 |
# File 'lib/ruptr/runner.rb', line 307 def stale @stale end |
#write_io ⇒ Object
Returns the value of attribute write_io
307 308 309 |
# File 'lib/ruptr/runner.rb', line 307 def write_io @write_io end |
Instance Method Details
#close ⇒ Object
308 309 310 311 |
# File 'lib/ruptr/runner.rb', line 308 def close read_io.close write_io.close end |