FiberIoException if the connection is closed or a write
error occurs.
void write(scope const(ubyte)[] data) @trustedWrite data to the connection. Yields if the OS send buffer is full, then retries until all data has been accepted.
data | The bytes to send. |
FiberIoException if the connection is closed or a write
error occurs.