Open leiguang opened 6 years ago
When I operate in different threads or the same thread, multiple consecutive writes and reads, do I need to pay attention to the synchronization of data. Thank you!
I've noticed, that if i store something and immediately retrieve from other function, it not manage to return appropriate value.
When I operate in different threads or the same thread, multiple consecutive writes and reads, do I need to pay attention to the synchronization of data. Thank you!