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

Remove threads.h and replace its definitions with their C++11 equivalents #5957

Merged
merged 1 commit into from
Jun 11, 2017

Conversation

ShadowNinja
Copy link
Member

This also changes threadProc's signature, since C++11 supports arbitrary thread function signatures.

…ents

This also changes threadProc's signature, since C++11 supports arbitrary
thread function signatures.
@ShadowNinja ShadowNinja added the Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements label Jun 10, 2017
@ShadowNinja ShadowNinja requested a review from nerzhul June 10, 2017 20:54
@nerzhul nerzhul added this to Todo in Minetest C++11 Jun 11, 2017
@nerzhul nerzhul merged commit 6c5e5e2 into minetest:master Jun 11, 2017
@nerzhul nerzhul moved this from Todo to Done in Minetest C++11 Jun 11, 2017
osjc pushed a commit to osjc/minetest that referenced this pull request Jan 11, 2019
…ents (minetest#5957)

This also changes threadProc's signature, since C++11 supports arbitrary
thread function signatures.
osjc pushed a commit to osjc/minetest that referenced this pull request Jan 23, 2019
…ents (minetest#5957)

This also changes threadProc's signature, since C++11 supports arbitrary
thread function signatures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants