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

Ensure the common thread pool has at least 2 threads. #1641

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

ThatRedox
Copy link
Member

This fixes #1631.

@ThatRedox ThatRedox added the backport-me A PR that is to be backported to the latest stable Chunky version. label Oct 1, 2023
@leMaik leMaik merged commit b24700e into chunky-dev:master Oct 3, 2023
1 check passed
leMaik added a commit that referenced this pull request Oct 3, 2023
* Ensure the common thread pool has at least 2 threads.

* Add comment on why we use at least two threads.

---------

Co-authored-by: Maik Marschner <[email protected]>
@leMaik leMaik removed the backport-me A PR that is to be backported to the latest stable Chunky version. label Oct 3, 2023
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.

Some versions of Java deadlock when loading scenes with a single render thread.
2 participants