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. |
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. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:39 2003 | http://epydoc.sf.net |