Multithreading

ability of a central processing unit (CPU) or a single core in a multi-core processor to execute multiple processes or threads concurrently

Multithreading means that a computer can work on different parts of the same program at the same time. This usually allows the program to run faster.

Related pages change