Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 181 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 181 Bytes

dllthread

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).