What’s a Thread? A thread is the smallest unit of execution in a process A process is a program in execution A single process can have multiple threads which share the same memory space Analogy A process is cooking and then threads are the tasks asso...