Next Prev Up Top Contents Index

unnotice-fd

Function
Summary

Removes a file descriptor from the set of interesting input file descriptors.

Package

mp

Signature

unnotice-fd fd

Arguments

fd

A file descriptor

Values

None.

Description

The unnotice-fd function removes fd from the set of fds that cause LispWorks to wake up when they contain input.

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

See also

notice-fd


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index