Community

Creating Parallel Tasks with TaskFactory

(Richard Carr) The Task Parallel Library provides a number of ways in which parallel tasks can be instantiated. This article describes the use of the TaskFactory class, which uses the factory method design pattern to generate and start tasks with a single method call.

Read More - Register for Free Membership