Hello everyone. Is it possible to create a singleton using object in common module? my singleton nee...
f
Hello everyone. Is it possible to create a singleton using object in common module? my singleton need to have a var but I get the message
With old Native GC, variable in singleton without @ThreadLocal can't be changed after initialization
The new memory model is enabled
l
If you're using the new mm, it's fine. The message still shows.
f
ok, tks a lot