https://kotlinlang.org logo
#announcements
Title
# announcements
m

mike_shysh

09/13/2017, 7:41 AM
Hi, Is there some info about kotlin's threadLocal analogue?
g

gildor

09/13/2017, 7:45 AM
You should use Java’s thread local, just because there are no threads in JS or native, so threadLocal API is jvm only
m

mike_shysh

09/13/2017, 7:47 AM
oh, ok, tnx, I will try