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.

interface WriteTransport
void
write
(
const(void)[] data
)

Meta