Actions
Feature #17370
closedIntroduce non-blocking `Addrinfo.getaddrinfo` and related methods.
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.
Actions