Method: HTTPX::Plugins::StreamBidi::Signal#terminate

Defined in:
lib/httpx/plugins/stream_bidi.rb

#terminateObject



192
193
194
195
196
197
198
# File 'lib/httpx/plugins/stream_bidi.rb', line 192

def terminate
  return if @closed

  @pipe_write.close
  @pipe_read.close
  @closed = true
end