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

Rewrite OSCLoop to run in the event loop's thread #206

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

thegamecracks
Copy link
Collaborator

Certain callbacks depend on the event loop, e.g. call_timed() invoked by senders, making this change a necessity for those to work.

This change may impact the performance of the event loop. However, idle CPU usage was low to begin with so this likely will not lead to a significant difference.

Certain callbacks depend on the event loop, e.g. call_timed()
invoked by senders, making this change a necessity for those to work.
@Bubobubobubobubo Bubobubobubobubo merged commit 05a734a into main Apr 5, 2023
@Bubobubobubobubo Bubobubobubobubo deleted the unthread-oscloop branch April 5, 2023 22:52
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.

2 participants