| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module default :: Class _UnixWaker |
|
Logger--+ |Ephemeral--+ | _UnixWaker
This class provides a simple interface to wake up the select() loop.
This is necessary only in multi-threaded programs.| Method Summary | |
|---|---|
Initialize. | |
(inherited from Ephemeral)
| |
(inherited from Ephemeral)
| |
Close both ends of my pipe. | |
Read one byte from the pipe. | |
(inherited from Logger)
| |
Override this method to insert custom logging behavior. (inherited from Logger)
| |
Write one byte to the pipe, and flush it. | |
(inherited from Logger)
| |
| Class Variable Summary | |
|---|---|
int |
disconnected
|
| Method Details |
|---|
__init__(self,
reactor)
Initialize.
|
connectionLost(self, reason)Close both ends of my pipe. |
doRead(self)Read one byte from the pipe. |
wakeUp(self)Write one byte to the pipe, and flush it. |
| 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 |