KqueueLoop.feed

If the transport couldn't send the data, the further sending should be handled by the event loop.

class KqueueLoop
protected override @nogc
bool
feed
(,
SocketException exception = null
)

Parameters

transport StreamTransport

Transport.

exception SocketException

Exception thrown on sending.

Return Value

Type: bool

$(D_KEYWORD true) if the operation could be successfully completed or scheduled, $(D_KEYWORD false) otherwise (the transport will be destroyed then).

Meta