Make fetch asynchronous #187

Closed
opened 2024-08-26 14:38:12 +02:00 by wojtek · 0 comments
Owner

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).

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 added this to the v1.0.0-alpha milestone 2024-08-26 14:38:12 +02:00
wojtek added the
enhancement
label 2024-08-26 14:38:12 +02:00
wojtek added this to the Album tracking project 2024-08-26 14:38:12 +02:00
wojtek added reference 187---make-fetch-asynchronous 2024-08-31 20:27:54 +02:00
Sign in to join this conversation.
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: wojtek/musichoard#187
No description provided.