Threads (ECE 344 - Section 3)
Jon Eyolfson · 62:14
This is an OS lecture (lecture 7) that maps everything already learned about processes onto threads: a thread is essentially a process's "virtual CPU" without its own address space, so threads are far cheaper to creat...