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

Find other places we can use async RwLock #925

Closed
benthecarman opened this issue Jan 2, 2024 · 1 comment · Fixed by #1002 or #1010
Closed

Find other places we can use async RwLock #925

benthecarman opened this issue Jan 2, 2024 · 1 comment · Fixed by #1002 or #1010

Comments

@benthecarman
Copy link
Collaborator

          There's probably other places in the codebase we can do this too, would be a good followup

Originally posted by @benthecarman in #924 (comment)

@TonyGiorgio
Copy link
Contributor

Well, clippy warns when you're using a non async mutex over an await so we aren't doing it currently but maybe we benefit from doing that swap anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants