FiberSelectWriter.send

Writes data to the output conduit. Whenever the output conduit is not ready for writing, the output writing fiber is suspended and continues writing on resume.

class FiberSelectWriter
typeof(this)
send
(
const(void)[] data
)

Parameters

data const(void)[]

data to send

Return Value

Type: typeof(this)

this instance

Throws

IOException if the connection is closed or broken: - IOWarning if the remote hung up, - IOError (IOWarning subclass) on I/O error.

Meta