I tried to execute the [cancelling parallel tasks exemple](https://msdn.microsoft.com/en-us/library/dd984117.aspx#Anchor_3) on linux but it didn't work (the task was never canceled). Here is the output: Creating task... Performing work... Performing work... Performing work... Performing work... Canceling task... Waiting for task to complete... Performing work... Performing work... Performing work... Performing work... Performing work... ...