Hello, I’m working on a KMP library for both Android/iOS, using Maps, Sets and ArrayDequeues that can be concurrently manipulated from different threads. Are there any available libraries that provide a “thread-safe” version of such collections (via AtomicReferences for example)? I found this one
https://gist.github.com/gmazzo/03acdb2e6b59d0394ac69d521e51fea1 but was wondering what were the recommendations here.