Motius Glossary

The Motius Literary Index provides an alphabetical overview of the terms we use on our website.

T

Thread

In the context of computer programming, a thread is the smallest unit of execution within a process. It represents a sequence of instructions that can be executed independently and concurrently with other threads in the same process. Threads share the same resources, such as memory space and file descriptors, of the process to which they belong.