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

Reduce goroutine requirements #1

Open
mjpitz opened this issue Aug 2, 2020 · 0 comments
Open

Reduce goroutine requirements #1

mjpitz opened this issue Aug 2, 2020 · 0 comments

Comments

@mjpitz
Copy link
Owner

mjpitz commented Aug 2, 2020

For simplicity in early development, I gave each check their own goroutine to feed the shared channel. Since goroutines are much lighter weight than Java threads, I didn't (and honestly still don't) think too much about this.

Curious if this is something folks will actually need for their system. If so, it would be good to get some input from folks.

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