Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

Function ATOMIC-INTEGER-P

Syntax:

atomic-integer-p datum => generalized-boolean

Arguments and values:

datum -> an object.
generalized-boolean -> a generalized boolean.

Description:

Returns true if datum is an [atomic-integer](../atomic-integer] object, otherwise false.

Exceptional situations:

None.

See also:

atomic-integer, make-atomic-integer

Notes:

None.

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