Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module default :: Class _Win32Waker |
|
Logger
--+ |Ephemeral
--+ | _Win32Waker
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 | |
---|---|
Initialize. | |
(inherited from Ephemeral )
| |
(inherited from Ephemeral )
| |
connectionLost(self,
reason)
| |
Read some data from my connection. | |
(inherited from Logger )
| |
Override this method to insert custom logging behavior. (inherited from Logger )
| |
Send a byte to my connection. | |
(inherited from Logger )
|
Class Variable Summary | |
---|---|
int |
disconnected
|
Method Details |
---|
__init__(self,
reactor)
Initialize.
|
doRead(self)Read some data from my connection. |
wakeUp(self)Send a byte to my connection. |
Class Variable Details |
---|
disconnected
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:34 2003 | http://epydoc.sf.net |