Skip to content

Hacking STL (ex: C++11 thread for stacksize)

Notifications You must be signed in to change notification settings

metarutaiga/HackingSTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

HackingSTL

Hacking STL (ex: C++11 thread for stacksize)

thread

Implement std::stacking_thread(size_t size, ...)

std::thread thread = std::stacking_thread(65536, []{ printf("Hello, world!\n"); });

semaphore

Implement semaphore before C++20

Releases

No releases published

Packages

No packages published