Package: bordeaux-threads

Function interrupt-thread

Lambda List

interrupt-thread (thread function &rest args)

Details

Interrupt thread and cause it to evaluate function before continuing with the interrupted path of execution. This may not be a good idea if thread is holding locks or doing anything important. On systems that do not support multiple threads, this function signals an error.