Meeting 21: Threads

Today we are going to start looking at threads, multiple executing programs within the same process that share the code segment and heap, but have separate stacks.

There is no exercise for today.

Links: