Remove std::thread support, only use pthreads for now.
See NOTES.md for details, basically std::thread can use dynamic memory allocation internaly and we want to prevent that.
Showing
Please
register
or
sign in
to comment
See NOTES.md for details, basically std::thread can use dynamic memory allocation internaly and we want to prevent that.