t.i.w._ThreadFDWrapper(object) : class documentation

Part of twisted.internet.win32eventreactor View Source View In Hierarchy

This wraps an event handler and translates notification in the helper Win32Reactor thread into a notification in the primary reactor thread.
Method __init__ Undocumented
Method logPrefix Return the original handler's log prefix, as it was given to __init__.
Method connectionLost Pass through to the wrapped descriptor, but in the main reactor thread instead of the helper Win32Reactor thread.
Instance Variable _reactor The primary reactor, the one to which event notification will be sent.
Instance Variable _fd The FileDescriptor to which the event will be dispatched.
Instance Variable _action A str giving the method of _fd which handles the event.
Instance Variable _logPrefix The pre-fetched log prefix string for _fd, so that _fd.logPrefix does not need to be called in a non-main thread.
Method _execute No summary
_reactor =
The primary reactor, the one to which event notification will be sent.
_fd =
The FileDescriptor to which the event will be dispatched.
_action =
A str giving the method of _fd which handles the event.
_logPrefix =
The pre-fetched log prefix string for _fd, so that _fd.logPrefix does not need to be called in a non-main thread.
def __init__(self, reactor, fd, action, logPrefix): (source)
Undocumented
def logPrefix(self): (source)
Return the original handler's log prefix, as it was given to __init__.
def _execute(self): (source)
Callback fired when the associated event is set. Run the action callback on the wrapped descriptor in the main reactor thread and raise or return whatever it raises or returns to cause this event handler to be removed from self._reactor if appropriate.
def connectionLost(self, reason): (source)
Pass through to the wrapped descriptor, but in the main reactor thread instead of the helper Win32Reactor thread.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.