There is SharedQueue that I know of.
LRUCache and TTLCache can #beThreadSafe.
In general it is easy enough to put something in front of your collection access.
If you want concurrent and interleaved access to the same collection by multiple threads while modifying the collection, that is something else ;-)
> On 22 Dec 2015, at 09:41, Denis Kudriashov <
[hidden email]> wrote:
>
> Hello.
>
> Anybody know thread-safe collections project?