Function SIGNAL-IN-THREAD, WARN-IN-THREAD, ERROR-IN-THREAD
Syntax:
signal-in-thread thread datum &rest arguments => thread
warn-in-thread thread datum &rest arguments => thread
error-in-thread thread datum &rest arguments => thread
Arguments and values:
thread -> a thread object.
datum, arguments -> designators for a condition.
Description:
Interrupt thread
and apply signal/warn/error
passing datum
and
arguments
.
Exceptional situations:
None.
See also:
interrupt-thread, error, signal, warn
Notes:
These functions are currently implemented on top of interrupt-thread.