| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module fdesc |
|
Utility functions for dealing with POSIX file descriptors.
API Stability: stable
Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>| Function Summary | |
|---|---|
Make a fd non-blocking. | |
Read from fd, calling callback with resulting data. | |
| Variable Summary | |
|---|---|
ConnectionLost |
CONNECTION_LOST
|
| Function Details |
|---|
readFromFD(fd, callback)Read from fd, calling callback with resulting data. Returns same thing FileDescriptor.doRead would. |
setNonBlocking(fd)Make a fd non-blocking. |
| Variable Details |
|---|
CONNECTION_LOST
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:11 2003 | http://epydoc.sf.net |