Called from the select dispatcher when the event fires. Calls the abstract handle_() method.
select event which fired, must be Read
forwards return value of the abstract handle_() method -- false indicates that the event should be unregistered with the selector, true indicates that it should remain registered and able to fire again
See Implementation
Called from the select dispatcher when the event fires. Calls the abstract handle_() method.