Method: HTTPX::Selector#wakeup

Defined in:
lib/httpx/selector.rb

#wakeupObject

interrupts the select call.



154
155
156
# File 'lib/httpx/selector.rb', line 154

def wakeup
  @__w__.write_nonblock("\0", exception: false)
end