vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function EventDriverDNS.lookupHost

Looks up addresses corresponding to the given DNS name.

abstract DNSLookupID lookupHost (
  string name,
  nothrow @safe void delegate(DNSLookupID, DNSStatus, RefAddress[]) on_lookup_finished
) nothrow @safe;
Authors
Copyright
License