« Back to Glossary Index

A computer thread, often simply referred to as a thread, is a sequence of such instructions within a program that can be processed independently of other sequences. It is the smallest unit of processing that can be performed by an operating system. Multiple threads within a process share the same data space, which allows them to communicate with each other more easily than if they were separate processes.

« Back to Glossary Index