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

Allow a module to specify if it does not want to make use of the update thread #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cubicgraphics
Copy link

No description provided.

@benaclejames
Copy link
Owner

We want to continue to encourage modules to utilize the update thread. This allows modlues to be better future-proofed in the case that it may become unsafe for two threads to write to UnifiedTrackingData at the same time, as well as allowing for VRCFT to better control each module's update threads for a cleaner de-init.

It's possible that in the future, managing the update loop will be optional and we'll just rely on different appdomains, but for now, we'd very much like to continue to incentivize developers to utilize this

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.

None yet

2 participants