+ 1
What is the importance of Thread?
Hello, people on sololearn. I have so far learned the basics and fundamentals of programming, yet I am I little naive of Thread. Despite knowing the definition of the thread and ways of creating, Why is it necessary or a good practice to use a thread? Does it bear some benefits?
1 Odpowiedź
+ 10
Multiple threads can be executed at the same time i.e. they can run in parallel.