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

Writes data from a stream socket.

abstract void write (
  PipeFD pipe,
  const(ubyte)[] buffer,
  IOMode mode,
  nothrow @safe void delegate(PipeFD, IOStatus, ulong) on_write_finish
) nothrow @safe;

Note that only a single write operation is allowed at once. The caller needs to make sure that either on_write_finish got called, or cancelWrite was called before issuing the next call to write.

Authors
Copyright
License