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

Auto unlock critical regions #495

Merged
merged 3 commits into from
Dec 22, 2024

Conversation

Don-Ward
Copy link
Collaborator

@Don-Ward Don-Ward commented Dec 14, 2024

Any mutexes locked by using the critical mtx: syntax will be automatically
unlocked when the critical region is left. Nested critical regions are supported
as is leaving a subset -- for example when breaking out of a loop.

Any mutexes locked by using the critical mtx: syntax will be automatically
unlocked when the critical region is left. Nested critical regions are supported
as are leaving a subset -- for example when breaking out of a loop.
@Don-Ward Don-Ward requested review from cjeffery and Jafaral December 14, 2024 19:14
@Jafaral Jafaral merged commit 9f609be into uniconproject:master Dec 22, 2024
20 checks passed
@Don-Ward Don-Ward deleted the auto-unlock-critical branch December 23, 2024 11:32
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