Thursday 19 May 2011

Multi threaded apps with Tasks

Here is an example of running multiple methods simultaneously:

ScreenShot026

The Task Parallel Library will decide whether new threads are required, and spin them up from the thread pool as required.

No comments:

Post a Comment