I am a workaround for the lack of pipes on win32.
I am a pair of connected sockets which can wake up the main loop from
another thread.
| Method Summary |
| |
__init__(self,
reactor)
Initialize. |
| |
__getstate__(self)
(inherited from Ephemeral)
|
| |
__setstate__(self,
state)
(inherited from Ephemeral)
|
| |
connectionLost(self,
reason)
|
| |
doRead(self)
Read some data from my connection. |
| |
logPrefix(self)
Override this method to insert custom logging behavior. (inherited from Logger)
|
| |
wakeUp(self)
Send a byte to my connection. |