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

Remove or protect all use of weak hash. #3814

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Remove or protect all use of weak hash. #3814

wants to merge 6 commits into from

Conversation

toots
Copy link
Member

@toots toots commented Mar 23, 2024

This is another preliminary PR for the concurrent clock: Weak.Hash are not safe to access without synchronization so we replace all use of it with a WeakQueue when possible and add protect accesses when not possible.

@toots toots enabled auto-merge March 23, 2024 21:49
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