Actions
Feature #17370
openIntroduce 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) over 1 year ago
In order to implement this hook, we need to expose the C interface to extensions:
Updated by jeremyevans0 (Jeremy Evans) over 1 year ago
- Backport deleted (
2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN) - Tracker changed from Bug to Feature
Updated by ioquatix (Samuel Williams) 11 months ago
Here is PR.
Updated by ioquatix (Samuel Williams) 11 months ago
This was merged and basic testing seems to work well. More evaluation is required.
Actions