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.isValid

Determines whether the given DNS lookup handle is valid.

abstract bool isValid (
  DNSLookupID handle
) nothrow @nogc @safe const;

A valid handle gets invalid when the lookup has completed or got cancelled.

Authors
Copyright
License