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.