Called by the select listener right after the client connection has been
assigned.
Note: fiber.start() may throw an exception if an exception instance is
passed to the first suspend() call (e.g. the select reader encounters a
socket error). In this case the select listener will call error() and
finalize() which are usually called in handleConnection_() below.
Called by the select listener right after the client connection has been assigned.
Note: fiber.start() may throw an exception if an exception instance is passed to the first suspend() call (e.g. the select reader encounters a socket error). In this case the select listener will call error() and finalize() which are usually called in handleConnection_() below.