Class: Hx::Interop::Pipe
- Inherits:
-
Object
- Object
- Hx::Interop::Pipe
- Includes:
- ReaderWriter
- Defined in:
- lib/interop/pipe.rb
Overview
A message pipe. You can read exactly what is written to it.
Instance Method Summary collapse
- #close ⇒ Object
-
#initialize(buffer_size = 0) ⇒ Pipe
constructor
A new instance of Pipe.
Methods included from Reader
Methods included from Writer
Constructor Details
Instance Method Details
#close ⇒ Object
15 16 17 |
# File 'lib/interop/pipe.rb', line 15 def close @channel.close end |