vibe.d beta banner
get vibe.d
0.10.0

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

Interface EventDriverDNS

Performs asynchronous DNS queries.

interface EventDriverDNS ;

Methods

NameDescription
cancelLookup (handle) Cancels an ongoing DNS lookup.
isValid (handle) Determines whether the given DNS lookup handle is valid.
lookupHost (name, on_lookup_finished) Looks up addresses corresponding to the given DNS name.
Authors
Copyright
License