All Manuals > LispWorks® User Guide and Reference Manual > 42 The MP Package

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 POSIX file descriptor.
Description

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

This function is not implemented on Microsoft Windows.

See also

unnotice-fd


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51