Thread

A **thread** is the smallest unit of execution within a process in computer science. It represents a single sequence of programmed instructions that can be managed independently by a scheduler. Multiple threads can exist within one process, sharing the same memory and resources but executing concurrently to improve performance and responsiveness.
Сверху Снизу