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

Default to running the event loop on the main thread #28

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

jeremyevans
Copy link
Contributor

This provides a massive speedup. From the sound of this, you would
think this would cause blocking of the user interface while the
Ruby code runs. However, that happens regardless of this setting,
so I'm not sure what advantages there are to running the eventloop
on a separate thread.

Fixes #26

This provides a massive speedup. From the sound of this, you would
think this would cause blocking of the user interface while the
Ruby code runs.  However, that happens regardless of this setting,
so I'm not sure what advantages there are to running the eventloop
on a separate thread.

Fixes ruby#26
@jeremyevans jeremyevans requested a review from hsbt January 6, 2021 22:29
@jeremyevans
Copy link
Contributor Author

I plan to commit this next week unless I hear objections.

@jeremyevans jeremyevans merged commit 85d228a into ruby:master Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

tk decreases load speed of others gems loading after it
1 participant