Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

Class CONDITION-VARIABLE

Class precedence list:

Implementation-defined.

Description:

This class represents condition variables.

See also:

make-condition-variable

Notes:

On some implementations the library exposes the native type directly, while on others there is a custom implementations using semaphores and locks.

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