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

Offloading tasks to a worker #10

Open
doubleactii opened this issue Apr 26, 2024 · 0 comments
Open

Offloading tasks to a worker #10

doubleactii opened this issue Apr 26, 2024 · 0 comments
Assignees
Labels
Type: Enhancement A request for a new feature.
Milestone

Comments

@doubleactii
Copy link
Member

🌟Feature Request

Putting the logic of calculating a path into a worker.

This feature will offload the weight of the task off of the main thread. This will allow paths to be created in the background and passed to the main thread when ready instead of crunching all the numbers and slowing down the main thread.

@doubleactii doubleactii added the Type: Enhancement A request for a new feature. label Apr 26, 2024
@doubleactii doubleactii self-assigned this Apr 26, 2024
@doubleactii doubleactii added this to the 1.2.0 milestone May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement A request for a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant