Skip to content

A thread is an entity within a process that can be scheduled for execution. Also, it is the smallest unit of processing that can be performed in an OS (Operating System). In simple words, a thread is a sequence of such instructions within a program that can be executed independently of other code.

Notifications You must be signed in to change notification settings

rezamardaniDev/MultiThreading

About

A thread is an entity within a process that can be scheduled for execution. Also, it is the smallest unit of processing that can be performed in an OS (Operating System). In simple words, a thread is a sequence of such instructions within a program that can be executed independently of other code.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages