Thread
A thread is short for thread of execution. It’s basically the smallest sequence of a program. Threads are configured by the programmer to improve performance of a Process. One process can have many threads.
1 min read
A thread is short for thread of execution. It’s basically the smallest sequence of a program. Threads are configured by the programmer to improve performance of a Process. One process can have many threads.