Threads? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Threads?

What is a thread?

11th Sep 2017, 9:33 PM
kebi
kebi - avatar
3 Answers
+ 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.
4th May 2018, 6:22 PM
$ยข๐Žโ‚น๐”ญ!๐จ๐“
$ยข๐Žโ‚น๐”ญ!๐จ๐“ - avatar
0
this message is a thread
11th Sep 2017, 10:17 PM
D_Stark
D_Stark - avatar
0
thread similar with timer , but have specific function / procedure along the code. On VisualBasic you might found Timer instead of Thread.
11th Sep 2017, 10:21 PM
Mikhael Anthony
Mikhael Anthony - avatar