Threadsafe orderedCollection

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Threadsafe orderedCollection

stepharo
Hi guys

I'm looking for a thread safe simple orderedcollection to be able to
concurrent add:.
We have atomicSharedQueue but it does not support access to a given element.

Stef