IFiberSelectProtocol.handle

Resumes the fiber coroutine and handle the events reported for the conduit. The fiber must be suspended (HOLD state).

Note that the fiber coroutine keeps going after this method has finished if there is another instance of this class which shares the fiber with this instance and is invoked in the coroutine after this instance has done its job.

class IFiberSelectProtocol
protected final override
bool
handle
(
Event events
)

Return Value

Type: bool

false if the fiber is finished or true if it keeps going

Throws

IOException on I/O error

Meta