Home | Trees | Indices | Help |
---|
|
Abstraction of a one-way pipe where the read end can be used in select(). Normally this is trivial, but Windows makes it nearly impossible.
The pipe acts like an Event, which can be set or cleared. When set, the pipe will trigger as readable in select().
Classes | |
PosixPipe | |
WindowsPipe On Windows, only an OS-level "WinSock" may be used in select(), but reads and writes must be to the actual socket object. |
|
OrPipe |
Functions | |||
|
|||
|
Variables | |
__package__ =
|
Function Details |
wraps a pipe into two pipe-like objects which are "or"d together to affect the real pipe. if either returned pipe is set, the wrapped pipe is set. when both are cleared, the wrapped pipe is cleared. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon May 23 13:50:02 2011 | http://epydoc.sourceforge.net |