Thread Creation

This lesson introduces you to the process of the creation of a thread.

We'll cover the following

The first thing you have to be able to do to write a multi-threaded program is to create new threads, and thus some kind of thread creation interface must exist. In POSIX, it is easy:

Get hands-on with 1200+ tech skills courses.