Make fetch asynchronous #187
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: wojtek/musichoard#187
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The first implementation of fetch blocks the entire main thread until it fetches all entries. A better solution would be to spin up a new thread and move the display into a state which can display information about the current operation (and also discard any input rather than collecting it for the moment the thread unblocks).
wojtek referenced this issue2024-08-31 21:27:19 +02:00