wanted: CAS on local variables
Bug #2096654 reported by
Douglas Katzman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
New
|
Wishlist
|
Unassigned |
Bug Description
A user asked whether it would be possible to support the following uses of ATOMIC-{PUSH,POP}
(let ((input list)
(output nil)
(threads))
(dotimes (i n-threads)
(push (sb-thread:
(mapc 'join-thread threads)
output)
Changed in sbcl: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.