Added some other task handling for collection caches.

This commit is contained in:
Ottermandias 2023-05-27 15:43:37 +02:00
parent 0243e7a633
commit e98003eb09
11 changed files with 110 additions and 36 deletions

View file

@ -41,7 +41,7 @@ public class ModNormalizer
Step = 0;
TotalSteps = mod.TotalFileCount + 5;
Worker = Task.Run(NormalizeSync);
Worker = TrackedTask.Run(NormalizeSync);
}
private void NormalizeSync()