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

How to invoke a theard?

If I start an file write/read theard but I want to control this method in other theard how to du It?

13th Dec 2016, 8:18 AM
Pulsar-V
Pulsar-V - avatar
3 Answers
+ 1
Do it in a BackgroundWorker. It performs operations on a separate thread.
31st Dec 2016, 10:59 AM
Erwin Mesias
Erwin Mesias - avatar
0
All right I did it ,thank you.
2nd Jan 2017, 7:17 AM
Pulsar-V
Pulsar-V - avatar
0
No problem buddy :) Glad to be of help :)
2nd Jan 2017, 7:39 AM
Erwin Mesias
Erwin Mesias - avatar