vibe.d beta banner
get vibe.d
0.10.0

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

Function EventDriverFiles.close

Disallows any reads/writes and removes any exclusive locks.

abstract void close (
  FileFD file
) nothrow @safe;

Note that this function may not actually close the file handle. The handle is only guaranteed to be closed one the reference count drops to zero. However, the remaining effects of calling this function will be similar to actually closing the file.

Authors
Copyright
License