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

implemented simple Mutex wrapper for safe access to protected vals #17

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

ultd
Copy link
Contributor

@ultd ultd commented Aug 17, 2023

Implemented a Mutex wrapper that enforces access to protected data by acquiring a LockGuard. This is simply to enforce proper access of protected data by joining both the Mutex with the data it protects.

@ultd ultd merged commit 5f62440 into main Aug 17, 2023
2 checks passed
@ultd ultd deleted the ultd/mux-impl branch August 17, 2023 03:46
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.

1 participant