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.
threadSafeCollection := AnyCollectionClass threadSafe.
threadSafeCollection := AnyCollectionInstance threadSafe.
threadSafeObject := AnyObjectInstance threadSafe