KaspervanM / KaspervanM/WASP

Workers for async task execution

Open
#62 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.