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

Add missing lock in callbacks #29

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Conversation

arg0d
Copy link
Collaborator

@arg0d arg0d commented Nov 9, 2023

Use RWMutex, because callback invocations are read heavy.

Fixes #28

Use RWMutex, because callback invocations are read heavy.
@arg0d arg0d force-pushed the LLT-4524_concurrent-handle-map branch from 243d120 to 192e0fd Compare November 13, 2023 12:45
@arg0d arg0d requested review from kegsay and Savolro and removed request for kegsay November 14, 2023 12:02
@arg0d arg0d merged commit 91eacef into main Nov 14, 2023
3 checks passed
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.

concurrentHandleMap.tryGet is not safe
3 participants