thread-whostatePortable Threadsthreadpthread-yieldGoTo Top

thread-yield   <no arguments>[Function]

Purpose
Give other threads a chance to execute.

Package   :portable-threads

Module   :portable-threads

Example

  (thread-yield)

Note
On Common Lisp implementations without thread support, this function executes run-polling-functions if the :polling-functions module has been loaded. Otherwise, it is a no-op on non-threaded implementations.


The GBBopen Project


thread-whostatePortable Threadsthreadpthread-yieldGoTo Top