Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

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.

Last updated on 2022-01-07
Published on 2022-01-07
Edit on GitHub