Introducing Multithreading
A thread is a unit of work. The logic of threading-based programming is performing multiple operations concurrently so that a big operation can be split across multiple threads. The .NET Framework 4.6 offers support for multithreading via the System.Threading
namespace. But .NET 4.6 also takes from its predecessor an important library, which is discussed in Chapter 41, “Parallel Programming and Parallel LINQ.” It provides support for the parallel computing. For this reason, this chapter provides summary information on the multithreading approach so that in the next chapter you get more detailed information on the task-based programming. After reading Chapter 41, approaching another important language feature in Visual ...
Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.