Threads
Threads
Presentation
Group 2
Applications that benefit from
Threads
● Thread – is a basic unit of CPU utilization, consisting of a
program counter, a slack and a set of registers.
● Threads –allow concurrent execution of multiple units of a
program, numerous applications across various domains.