With the POSIX interface, you can implement multithreading in your C programs. This requires, among other things, the functions `pthread_create(...)` and `pthread_join(...)`. This video provides only a brief overview; important details and further functions related to this topic will be explained in the following lessons.
Note: This and the subsequent lessons are no longer part of the basics but cover Linux programming.