Create the asynchronous communication channel between the UI and the core app loop. #126
No reviewers
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#126
Loading…
Reference in New Issue
No description provided.
Delete Branch "fitnesstrax/async-handlers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Separating the UI from the core app loop means that all of the logic can be in the app loop, plus expensive operations can be performed asynchronously without blocking the UI.
Resolves #124