Constructor
Constructor
Constructor
Local aliases
Resumes the fiber coroutine and handle the events reported for the conduit. The fiber must be suspended (HOLD state).
Reads/writes data from/to super.conduit for which events have been reported.
Registers this instance in the select dispatcher and repeatedly calls transmit() until the transmission is finished.
I/O device
IOError exception instance
Events to register the I/O device for.
IOWarning exception instance
Type alias for subclass constructors
Fiber instance
Flag set to true when the error_() method is called due to an I/O error event. The flag is always reset in the finalize() method.
Finalize method, called after this instance has been unregistered from the Dispatcher; kills the fiber and calls the super-class' finalize() method (which calls a finalizer delegate, if one has been set).
Error reporting method, called when either an Exception is caught from handle() or an error event is reported; kills the fiber.
Timeout method, called after this a timeout has occurred in the SelectDispatcher; kills the fiber.