lib/httpx/selector.rb in httpx-0.24.7 vs lib/httpx/selector.rb in httpx-1.0.0
- old
+ new
@@ -7,11 +7,9 @@
WRITABLE = %i[rw w].freeze
private_constant :READABLE
private_constant :WRITABLE
- using HTTPX::IOExtensions
-
def initialize
@selectables = []
end
# deregisters +io+ from selectables.