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

Evaluation of long-running code happens in Playground's main thread #77

Open
robotlolita opened this issue Mar 12, 2022 · 0 comments
Open
Labels
c:tooling Changes to the any of the supporting tools error Something is confusing, misbehaving, or harmful. s:0 minor It's annoying that this is happening, but we can live with it for now.

Comments

@robotlolita
Copy link
Contributor

Currently the Playground runs both Node and Browser pieces of Crochet code in the main thread, which means that the Playground UI itself freezes in case the evaluation does not complete in reasonable amount of time. This is not acceptable for the stable release, but can be tolerated for the experimental releases. Fixing involves moving the kernels to an isolated worker.

@robotlolita robotlolita added error Something is confusing, misbehaving, or harmful. s:0 minor It's annoying that this is happening, but we can live with it for now. c:tooling Changes to the any of the supporting tools labels Mar 12, 2022
@robotlolita robotlolita added this to the First stable release milestone Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:tooling Changes to the any of the supporting tools error Something is confusing, misbehaving, or harmful. s:0 minor It's annoying that this is happening, but we can live with it for now.
Projects
None yet
Development

No branches or pull requests

1 participant