thread.cpp
309 Bytes
-
Remove std::thread support, only use pthreads for now. · 73ed4960
See NOTES.md for details, basically std::thread can use dynamic memory allocation internaly and we want to prevent that.
FritzFlorian committed
See NOTES.md for details, basically std::thread can use dynamic memory allocation internaly and we want to prevent that.