Method: HTTPX::Selector#wakeup

Defined in:
lib/httpx/selector.rb

#wakeupObject

interrupts the select call.



152
153
154
# File 'lib/httpx/selector.rb', line 152

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