https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

Alberto

06/29/2021, 2:30 PM
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.
t

Tijl

06/29/2021, 2:35 PM
Stately
☝️ 1
a

Alberto

06/29/2021, 2:46 PM
oh nice that seems to cover everything 🙂