Tags: Genre, Music Genre, Topical Concept.
In computer science a thread of execution is the smallest sequence of programmed instructions that can be managed independently by an operating system scheduler. The scheduler itself is a light-weight process. The implementation of threads and processes differs from one operating system to another but in most cases a thread is contained inside a process.