+ 1
Threads?
What is a thread?
3 Antworten
+ 2
thread is light weight process. Threads are sharing same memory space. Many attributes of threads are common so context switching time between threads is less compared to process.
0
this message is a thread
0
thread similar with timer , but have specific function / procedure along the code.
On VisualBasic you might found Timer instead of Thread.