t.i._.GlibWaker(posixbase._UnixWaker) : class documentation

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

Run scheduled events after waking up.
Method doRead Read some bytes from the pipe and discard them.

Inherited from _UnixWaker:

Method wakeUp Write one byte to the pipe, and flush it.

Inherited from _FDWaker (via _UnixWaker):

Instance Variable o The file descriptor for the end of the pipe which can be written to to wake up a reactor monitoring this waker.
Instance Variable i The file descriptor which should be monitored in order to be awoken by this waker.
Method __init__ Initialize.
Method connectionLost Close both ends of my pipe.

Inherited from Logger (via _UnixWaker, _FDWaker):

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.
def doRead(self): (source)
Read some bytes from the pipe and discard them.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.