Is there a thread safe single linked list?

denizzzka 4denizzz at gmail.com
Fri Oct 12 10:18:03 PDT 2012


Thanks for answer!

After investigation came to the conclusion that here is needed 
not synchronized-based solution. I am need compare-and-swap 
single linked list because it will be used in callback proc from 
C, and it cannot be throwable, but synchronized contains 
throwable _d_monitorenter and_d_monitorexit.

I would be grateful if someone share singly linked list based on 
cas()


More information about the Digitalmars-d-learn mailing list