Skip to content

Support doing heavy work in the background #111

@MarcelGarus

Description

@MarcelGarus

Description

Some operations such as parsing or merging of universes are just intrinsically heavy for big applications. We could move them to the background, allowing us to keep the UI responsive even when lots of parsing is happening.

Hints and Thoughts

Web workers are probably the way to go. They are kind of explicitly created JS threads that don't run on the main event loop (unlike, for example, promises).


Acceptance Criteria

  • The UI should be responsive even during parsing

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions