0
kicks
Task Parallel Library in .NET 4.0 – Part 2
In my last post I had started a discussion on Task Parallel Library introduced as part of .NET 4.0.In this post also, we will continue with same.We will take a look at what happens when a task creates one more task during it’s execution i.e. what are nested and child tasks and how they are handled.