t.i.p._SocketWaker(log.Logger, styles.Ephemeral) : class documentation

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

The self-pipe trick<http://cr.yp.to/docs/selfpipe.html>, implemented using a pair of sockets rather than pipes (due to the lack of support in select() on Windows for pipes), used to wake up the main loop from another thread.
Method __init__ Initialize.
Method wakeUp Send a byte to my connection.
Method doRead Read some data from my connection.
Method connectionLost Undocumented

Inherited from Logger:

Method logPrefix Override this method to insert custom logging behavior. Its

Inherited from Ephemeral:

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self, reactor): (source)
Initialize.
def wakeUp(self): (source)
Send a byte to my connection.
def doRead(self): (source)
Read some data from my connection.
def connectionLost(self, reason): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2010-07-05 15:03:32.