Class t.i.p._UnixWaker(log.Logger, styles.Ephemeral):

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

This class provides a simple interface to wake up the event loop.

This is used by threads or signals to wake up the event loop.
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

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.