If you have big task which can be broken into small independent pieces which cacn latter be joined to get the complete picture, then can have a look on RecursiveTask as you know better how small and when the task can be broken into smaller task.
Below is a very basic childish example but you can get good understanding from this.
Check the output to understand how threads are taking the tasks to execute-
Below is a very basic childish example but you can get good understanding from this.
Check the output to understand how threads are taking the tasks to execute-
Custom_RecursiveTask
RSS Feed