Package twisted :: Package internet :: Module fdesc
[show private | hide private]
[frames | no frames]

Module twisted.internet.fdesc

Utility functions for dealing with POSIX file descriptors.

API Stability: stable

Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>
Function Summary
  setNonBlocking(fd)
Make a fd non-blocking.
  readFromFD(fd, callback)
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.

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:39 2003 http://epydoc.sf.net