Function macro
Atomically decrements a place containing a numeric value.
atomic-decrement!(place)
atomic-decrement!(place, by)
If the implementation provides the extended form of conditional-update!, place can also be a function call.
<object>. Default value: 1.
<object>.
threads
threads
Atomically decrements a place containing a numeric value. It has the same semantics as atomic-increment! with the exception that the place is decremented.