WriteTransport.write - multiple declarations

Function WriteTransport.write

Write some data bytes to the transport.

This does not block; it buffers the data and arranges for it to be sent out asynchronously.

Prototype

abstract void write(
  const(void)[] data
);

Function WriteTransport.write

Write some data bytes to the transport.

This does not block; it buffers the data and arranges for it to be sent out asynchronously.

Prototype

abstract void write(
  const(void)[] data
);

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0