A Thread is a concurrent unit of execution. It has its own call stack for methods being invoked, their arguments and local variables. Every application has at least one thread when application start and call it main thread.
A Thread is a concurrent unit of execution. It has its own call stack for methods being invoked, their arguments and local variables. Every application has at least one thread when application start and call it main thread.
This blog explains how multithreading works in c#.What is a thread?A thread can be defined as a semi-process with a definite starting point, an execut
© Copyright © 2010 - 2021 MindStick Software Pvt. Ltd. All Rights Reserved