IFiberSelectProtocol.transmitLoop

Registers this instance in the select dispatcher and repeatedly calls transmit() until the transmission is finished.

class IFiberSelectProtocol
protected
void
transmitLoop
()

Throws

IOException on I/O error, KillableFiber.KilledException if the fiber was killed.

In: The fiber must be running.

Meta