FiberSelectWriter.transmit

Attempts to write data to the output conduit. The output conduit may or may not write all elements of data.

class FiberSelectWriter
protected override
bool
transmit
(
Event events
)
out { assert (this); }

Parameters

events Event

events reported for the output conduit

Return Value

Type: bool

true if all data has been sent or false to try again.

Throws

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

Meta