AKROGIS / ThemeManager

NPS Alaska's GIS Theme Manager
2 stars 0 forks source link

Use Async #7

Open regan-sarwas opened 5 years ago

regan-sarwas commented 5 years ago

loading themelists, themes, and metadata, as well as reloading themes, syncing metadata, and searching should use Async methods where available.

regan-sarwas commented 3 years ago

In June 2021, I added Async to Loading Themes, Metadata, and Preview, and removed the background worker from the loading form.

To Do: Add async to loading theme lists, searching and reports. Can remove the deprecated background worker from searching and report preperation.

regan-sarwas commented 3 years ago

There are still several places where Async is in a loop, and the tasks can be done in parallel. Search for TODO comments