You can throw an error in the task, or just allow the gc to delete it. On Sunday, March 23, 2014, Bob Cowdery <bobcowd...@gmail.com> wrote:
> Is there any way to terminate a task that is stuck on a blocking call. I > can see that I can call istaskdone() or start a Timeout to know that the > task is potentially blocked but I don't see anything in Task that lets me > terminate it. > > Bob >