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

Use standard mutex APIs instead of the home-grown wrapper #410

Merged
merged 7 commits into from
Aug 22, 2019

Conversation

p12tic
Copy link
Member

@p12tic p12tic commented Aug 22, 2019

This PR replaces some usages of the ArchMutex class with the standard std::mutex. This is the first part of an attempt to replace the internal threading library with the standard alternatives. Some of the APIs are strange and error-prone, it is a kind of tech-debt that is best fixed. The bonus point is that we won't need to maintain all the extra code.

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

Successfully merging this pull request may close these issues.

2 participants