-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependant: improve conditional-store
In case of real multiprocessing wrapping a body in without-interrupts is useless -- another thread may modify the place concurrently without invoking any interrupts. For that we use a lock by default. Clasp, ECL and SBCL have CAS operators which we use.
- Loading branch information
1 parent
c6ef889
commit 7b133e8
Showing
1 changed file
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters