Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

Class SEMAPHORE

Class precedence list:

Implementation-defined.

Description:

This class represents semaphores.

See also:

make-semaphore

Notes:

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

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