Method: HTTPX::Plugins::StreamBidi::Signal#wakeup
- Defined in:
- lib/httpx/plugins/stream_bidi.rb
#wakeup ⇒ Object
168 169 170 171 172 |
# File 'lib/httpx/plugins/stream_bidi.rb', line 168 def wakeup return if @closed @pipe_write.write("\0") end |