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

simplify cache set lock #99

Merged
merged 1 commit into from
Jun 27, 2024
Merged

simplify cache set lock #99

merged 1 commit into from
Jun 27, 2024

Conversation

wsong83
Copy link
Member

@wsong83 wsong83 commented Jun 27, 2024

In multithread env, a cache set needs to be locked before operating on it. This mechanism is now implemented as a part of the cache base class. So all special extension in the multithread support classes can be removed.

In multithread env, a cache set needs to be locked before operating on it.
This mechanism is now implemented as a part of the cache base class. So
all special extension in the multithread support classes can be removed.
@wsong83 wsong83 added this pull request to the merge queue Jun 27, 2024
Merged via the queue into master with commit 3c8bb13 Jun 27, 2024
1 check passed
@wsong83 wsong83 deleted the simplify-set-lock branch June 27, 2024 03:34
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