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

Investigate mutexes vs. channels #5

Open
joelanders opened this issue May 12, 2021 · 0 comments
Open

Investigate mutexes vs. channels #5

joelanders opened this issue May 12, 2021 · 0 comments

Comments

@joelanders
Copy link
Contributor

The decision lists and rate limit states are shared between a few goroutines and currently have mutexes protecting them. This feels mistake-prone and it's possible a refactor involving channels is nicer. Something to think about / look into someday.

jeremy5189 pushed a commit that referenced this issue Jun 29, 2022
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

No branches or pull requests

1 participant