atomic-pushnewPortable Threadscondition-variableawaken-threadGoTo Top

awaken-thread   thread[Function]

Purpose
Awaken a hibernating thread.

Package   :portable-threads

Module   :portable-threads

Arguments and values

thread     A thread

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

Description
An attempt to awaken a non-hibernating thread is ignored.

See also
    hibernate-thread

Example

  (awaken-thread thread)


The GBBopen Project


atomic-pushnewPortable Threadscondition-variableawaken-threadGoTo Top