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
The locking is done to make sure that an other thread released the lock. Ultimately this is done do make sure that the start function only exits after you've called ThreadStarted from within your own code
At jthread.cpp:131, why do we need add continuemutex2.Lock() and continuemutex2.Unlock(), and has nothing between the two function.
The text was updated successfully, but these errors were encountered: