NextPrevUpTopContentsIndex

notice-fd

Function
Summary

Add a file descriptor to the set of interesting input file descriptors.

Package

mp

Signature

notice-fd fd

Arguments

fd

A UNIX file descriptor

Values

None.

Description

The notice-fd function adds the given fd to the set of fds that cause LispWorks to wake up when they contain input.

This function is implemented only on platforms where LispWorks processes are not native threads, currently these are Unix/Linux/Mac OS X.

See also

unnotice-fd


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex