vibe.d beta banner
get vibe.d
0.10.0

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

Function EventDriver.dispose

Releases all resources associated with the driver.

abstract bool dispose() nothrow @safe;

In case of any left-over referenced handles, this function returns false and does not free any resources. It may choose to free the resources once the last handle gets dereferenced.

Authors
Copyright
License