Skip to content

Conversation

@richardTingle
Copy link
Member

This allows the thread warden to permit multiple threads each with their own root node (on different threads). Those restrictions are then separately tracked such that each scene graph is modifiable only on its own thread

simpleInitApp();
}

@Override
Copy link
Member Author

@richardTingle richardTingle Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this because the restriction is held in a WeakHashMap so the old restrictions will age out anyway and trying to do a per thread removal of the entire scene graph would be unnecessarily slow and almost certainly pointless

@yaRnMcDonuts yaRnMcDonuts added this to the v3.10.0 milestone Jan 21, 2026
@yaRnMcDonuts yaRnMcDonuts linked an issue Jan 21, 2026 that may be closed by this pull request
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.

Exception thrown from ThreadWarden with TestChooser

2 participants