You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I changing the value of a variable, and this operation will call the Callback Function in main thread, while another thread is using this variable. Is this will cause a thread safe problem?
The text was updated successfully, but these errors were encountered:
If I changing the value of a variable, and this operation will call the Callback Function in main thread, while another thread is using this variable. Is this will cause a thread safe problem?
The text was updated successfully, but these errors were encountered: