Will i have to call overloaded run method separatly in multi threading?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Will i have to call overloaded run method separatly in multi threading??

18th Sep 2017, 4:04 AM
Santosh Tambe
Santosh Tambe - avatar
3 Respostas
+ 5
@Sneeze, he was referring for threading in Java, see his tags mate.. :)
18th Sep 2017, 4:56 AM
Ipang
0
No. Overload is the abbility to call a method with the same name but different parameters. http://csharpindepth.com/Articles/General/Overloading.aspx If you want let your method run on different threads look for threads and tasks https://www.dotnetperls.com/thread http://www.c-sharpcorner.com/UploadFile/efa3cf/parallel-foreach-vs-foreach-loop-in-C-Sharp/
18th Sep 2017, 4:17 AM
sneeze
sneeze - avatar
0
@Ipang : oeps true early morning no coffee
18th Sep 2017, 5:33 AM
sneeze
sneeze - avatar