DOTS Deep Dive 3: Warning for Deadlocks
Last time, I have blogged about the importance of the importantance of canceling tasklets...
In most of the time, canceling a task is a 'choice' you have. You might want to stop the task for a reason. However, a very important problem is falling into deadlocks. If somehow your code falls into a deadlock or stuck situation, that would lock your DOTS container entirely.