hibernate-threadPortable Threadsmake-condition-variablekill-threadGoTo Top

kill-thread   thread[Function]

Purpose
Kill a thread.

Package   :portable-threads

Module   :portable-threads

Arguments and values

thread     A thread

Errors
Threads (multiprocessing) is not supported on the Common Lisp implementation.

See also
    spawn-form
    spawn-thread
    thread-alive-p

Example

  (kill-thread thread)


The GBBopen Project


hibernate-threadPortable Threadsmake-condition-variablekill-threadGoTo Top