I came across the Ktor collection utils <https://a...
# ktor
c
I came across the Ktor collection utils https://api.ktor.io/ktor-utils/io.ktor.util.collections/-concurrent-map/index.html where this thread-safe concurrentMap was marked with "Please do not use it" warning. Is there any specific reason? Because I am in need of a few multiplatform thread-safe collections
a