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
Provides Win32 std::thread analogue class that allows to create threads safely in DLLMain function (standard std::thread creation in DLLMain will result in a deadlock).