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.