...

/

Chapter Overview

Chapter Overview

Get an idea of what we'll cover in this chapter.

We'll cover the following...

Concurrency and parallelism refer to the ability to run code in separate threads of execution. More specifically, concurrency is the ability to run threads in the background, and parallelism is the ability to run threads simultaneously in separate cores of a processor. The run-time library, along with the host operating system, will choose between ...