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

Cancels an ongoing read operation.

abstract void cancelRead (
  FileFD file
) nothrow @safe;

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

Authors
Copyright
License