Blog

ThatView Updates - Cancellation System

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 CancellationTokenSource class.