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

Thread handler does waaay too much work #10

Open
Magnogen opened this issue Sep 22, 2022 · 0 comments
Open

Thread handler does waaay too much work #10

Magnogen opened this issue Sep 22, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Magnogen
Copy link
Owner

There's an infinite loop in there, so when it reaches a point where it completes a cycle without running a task, it will just do way too much work.

This can happen when:

  • There aren't any threads yet
  • All the threads are waiting for the next frame

Basically, fix this.

@Magnogen Magnogen added the bug Something isn't working label Sep 22, 2022
@Magnogen Magnogen self-assigned this Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant