Skip to content

Workers for async task execution #62

@evanpacini

Description

@evanpacini

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestshould haveThis feature is wanted, but not required

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions