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

Cancels an ongoing write operation.

abstract void cancelWrite (
  FileFD file
) nothrow @safe;

After this function has been called, the FileIOCallback specified in the call to write is guaranteed not to be called.

Authors
Copyright
License