vibe.d beta banner
get vibe.d
0.10.0

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

Function EventDriverSockets.cancelWrite

Cancels an ongoing write operation.

abstract void cancelWrite (
  StreamSocketFD socket
) nothrow @safe;

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

Authors
Copyright
License