Constructor
Handle socket events
Feed delegate with data that was read.
IOError exception instance
IOWarning exception instance
Sets the Finalizer. May be set to null to disable finalizing.
Sets the TimeoutReporter. May be set to null to disable timeout reporting.
Sets the Error Reporter. May be set to null to disable error reporting.
Finalize method, called after this instance has been unregistered from the Dispatcher.
Error reporting method, called when an Exception is caught from super.handle().
Timeout method, called after this a timeout has occurred in the SelectDispatcher.
SelectReader without Fiber
This is useful for when you want to read when there is something to read but you don't want to block/wait/suspend your fiber when there is nothing.