t.i.p._PipeWaker(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>, used to wake up the main loop from another thread or a signal handler.
Method __init__ Initialize.
Method doRead Read some bytes from the pipe.
Method wakeUp Write one byte to the pipe, and flush it.
Method connectionLost Close both ends of my pipe.

Inherited from Logger:

Method logPrefix Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines.

Inherited from Ephemeral:

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self, reactor): (source)
Initialize.
def doRead(self): (source)
Read some bytes from the pipe.
def wakeUp(self): (source)
Write one byte to the pipe, and flush it.
def connectionLost(self, reason): (source)
Close both ends of my pipe.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:12:41.