Open johnnybuggy opened 11 years ago
Processing should be done in the background without interfering with UI performance and should be interruptable for the case the program is closed by user.
Current implementation processes files at background thread.
Currently UI is a bit laggy when there is a large library (>10k files).
Processing should be done in the background without interfering with UI performance and should be interruptable for the case the program is closed by user.