Is it possible to handle threads in c# if it is possible can someone write me a code to start and kill threads in c# | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Is it possible to handle threads in c# if it is possible can someone write me a code to start and kill threads in c#

c# starting and killing threads

5th Mar 2018, 6:44 AM
robert kiprotich
robert kiprotich - avatar
2 ответов
+ 2
do not use threads, use timers, they are way better. and starting them is simple, after defining it you just go my_timer.start(). check out the msdn documentation, it is always sypported by examples
5th Mar 2018, 6:49 AM
Paul
+ 1
thanks paul
5th Mar 2018, 6:51 AM
robert kiprotich
robert kiprotich - avatar