Hi, all, have a question, why @ThreadLocal expect ...
# multiplatform
i
Hi, all, have a question, why @ThreadLocal expect object X{ val someData : A } call from ios: po X() --- instance 1 po X() --- instance 1 but at the same time @ThreadLocal expect object X : A call from ios: po X() --- instance 1 po X() --- instance 2