Method: RemoteRuby::CompatIOWriter#join

Defined in:
lib/remote_ruby/compat_io_writer.rb

#joinObject



20
21
22
23
24
25
26
# File 'lib/remote_ruby/compat_io_writer.rb', line 20

def join
  return unless @readable

  @readable.close
  @thread.join
  @writeable.close
end