Feature #17370
Introduce non-blocking `Addrinfo.getaddrinfo` and related methods.
Description
We would like to introduce a new scheduler hook for non-blocking getaddrinfo
.
class Scheduler def address_resolve(...) [array of addrinfo objects] end
https://github.com/bruno-/ruby/pull/1
This is a work in progress.
Updated by ioquatix (Samuel Williams) 2 months ago
In order to implement this hook, we need to expose the C interface to extensions:
Updated by jeremyevans0 (Jeremy Evans) 25 days ago
- Backport deleted (
2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN) - Tracker changed from Bug to Feature