Create the asynchronous communication channel between the UI and the core app loop. #126

Merged
savanni merged 4 commits from fitnesstrax/async-handlers into main 2023-12-22 20:16:56 +00:00
Owner

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

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
savanni added 3 commits 2023-12-22 20:14:30 +00:00
savanni added 1 commit 2023-12-22 20:16:24 +00:00
savanni merged commit dedcc76df0 into main 2023-12-22 20:16:56 +00:00
savanni deleted branch fitnesstrax/async-handlers 2023-12-22 20:16:57 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: savanni/monorepo#126
No description provided.