Workers for async task execution
Open
enhancement
should have
- Dominant language
- Vue
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### Description
> The UI is very unresponsive when a task is running. This is caused by the semi-synchronous javascript code execution.
### Solution
> The use of web workers should solve the problem, by running the tasks in a seperate thread instead of clogging the main thread.
Contributor guide
Assessment
This issue has not been assessed yet.