FunctionPackage: systemToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

sigio-supported-p

Arguments:

This function is called with no arguments. If the return value is t, SIGIO signals can be received on the machine where Lisp is running. If it is nil, SIGIO signals cannot be received because the operating system does not support it.

A SIGIO handler is a function that is associated with a specific Unix file descriptor. It is called whenever Unix generates a SIGIO signal on that file descriptor. Such signals are generated whenever input is available. (SIGIO signals are also generated when output can be performed without the operating system needing to block, but all output signals are filtered out by Allegro CL. We will not discuss output-generated signals further.)

See initialize-sigio-handling, set-sigio-handler and remove-sigio-handler.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version