vibe.d beta banner
get vibe.d
0.10.0

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

Function EventDriverPipes.cancelRead

Cancels an ongoing read operation.

abstract void cancelRead (
  PipeFD pipe
) nothrow @safe;

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

Authors
Copyright
License