Using NSProgress as a Cancellation Token
Created by: ChrisSchneider
After reading about the interesting idea of cancellation tokens in the readme, I thought about using NSProgress instead of implementing it on my own. Are there any known problems or issues with this approach?