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

Investigate web workers for blocking tasks like HUD #123

Open
fnoop opened this issue Feb 11, 2019 · 1 comment
Open

Investigate web workers for blocking tasks like HUD #123

fnoop opened this issue Feb 11, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@fnoop
Copy link
Member

fnoop commented Feb 11, 2019

No description provided.

@fnoop fnoop added the enhancement New feature or request label Feb 11, 2019
@SamuelDudley
Copy link
Member

Note that webworkers don't have access to the dom so the rendering will stay in the main thread. If there are computations that need to occur e.g. start and end draw locations this can be offloaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants