sig/resolver/resolver.rbs in httpx-0.23.4 vs sig/resolver/resolver.rbs in httpx-0.24.0

- old
+ new

@@ -16,10 +16,10 @@ def closed?: () -> bool def empty?: () -> bool - def emit_addresses: (Connection connection, ip_family family, Array[IPAddr]) -> void + def emit_addresses: (Connection connection, ip_family family, Array[IPAddr], ?bool early_resolve) -> void private def emit_resolved_connection: (Connection connection, Array[IPAddr] addresses) -> void