Method Protocols.DNS.async_host_to_ips()


Method async_host_to_ips

client.Request async_host_to_ips(string host, function(:void) cb, mixed ... cba)
Concurrent.Future async_host_to_ips(string host)

Description

Calls host_to_ips in a global async_client created on demand.

See also

async_client.host_to_ips()