Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change RakThread to std::thread #2

Open
Koncord opened this issue Jul 6, 2017 · 1 comment
Open

Change RakThread to std::thread #2

Koncord opened this issue Jul 6, 2017 · 1 comment

Comments

@Koncord
Copy link
Member

Koncord commented Jul 6, 2017

Change POSIX & WinAPI threads to c++11 threads

@mwl4
Copy link

mwl4 commented Dec 5, 2018

I would not recommend using std::thread instead of POSIX and WinAPI threads since its performance is not sufficient enough. See some benchmarks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants