ThatView Updates - Cancellation System
12/30/2020 Filed in: ThatView
Currently working on programming in a cancellation system for when large directories are being loaded and the user wishes to cancel it and browse to another directory. This will allow ThatView to have better performance and avoid unnecessary processing.
I was able to get it functioning utilizing the
I was able to get it functioning utilizing the
CancellationTokenSource
class.