Hi, Is there some info about kotlin's threadLocal ...
# announcements
m
Hi, Is there some info about kotlin's threadLocal analogue?
g
You should use Java’s thread local, just because there are no threads in JS or native, so threadLocal API is jvm only
m
oh, ok, tnx, I will try