multithreaded tile renumbering

This commit is contained in:
minjaesong
2024-08-31 05:29:59 +09:00
parent 85c1e3ba96
commit 84f0353f09
3 changed files with 84 additions and 5 deletions

View File

@@ -240,7 +240,6 @@ class BTeXDocument : Disposable {
printPageNumber(pixmap, pageNum, 0, 0)
pagePixmaps[pageNum] = pixmap
progressIndicator.getAndAdd(1)
Unit
} } }
ThreadExecutor(THREAD_COUNT).also {