Skip to content

std::thread custom implementation that allows to create threads in DllMain (almost) safely

Notifications You must be signed in to change notification settings

slavanap/dllthread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

std::thread custom implementation that allows to create threads in DllMain (almost) safely

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published