Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

Function ATOMIC-INTEGER-VALUE

Syntax:

atomic-integer-value atomic-integer => value

Arguments and values:

atomic-integer -> an atomic-integer object.
value -> a non-negative integer.

Description

Returns the current value of atomic-integer.

Exceptional situations:

Signals an error of type type-error if atomic-integer is not an atomic-integer object.

See also:

atomic-integer, make-atomic-integer

Notes:

None.

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