Add comics async #36

Closed
opened 2026-08-04 02:07:57 +02:00 by vegardbm · 1 comment
Owner

When first creating the metadata for comics it does so blocking and waiting for all metadata to be created, what if instead of doing that comics were added dynamically when it completes. Meaning putting the work on a DispatchQueue, and add the data and reload the view each time a new comic completes.

When first creating the metadata for comics it does so blocking and waiting for all metadata to be created, what if instead of doing that comics were added dynamically when it completes. Meaning putting the work on a DispatchQueue, and add the data and reload the view each time a new comic completes.
vegardbm added the enhancementperformance labels 2026-08-04 02:07:57 +02:00
Author
Owner

I believe this will also solve the issue of crashing on older devices when first creating metadata.

I believe this will also solve the issue of crashing on older devices when first creating metadata.
Sign in to join this conversation.