sig/resolver/native.rbs in httpx-0.19.3 vs sig/resolver/native.rbs in httpx-0.19.4
- old
+ new
@@ -19,20 +19,20 @@
attr_reader state: Symbol
def call: () -> void
- def interests: () -> io_interests
+ def interests: () -> (:r | :w | nil)
def <<: (Connection) -> void
def timeout: () -> Numeric?
private
def initialize: (ip_family family, options options) -> void
- def calculate_interests: () -> (:r | :w)
+ def calculate_interests: () -> (:r | :w | nil)
def consume: () -> void
def do_retry: () -> void
\ No newline at end of file