T
TOMERDR
Hi,
I have 4 classes(of different type) which each of them span a thread
and i would like to run the thread sequentially(for debug)
in such that the second thread will start only after the
first thread finished
what is the best way to achive it,assuming i would like to be able
to stop the thread after it was started
Thanks in advance
I have 4 classes(of different type) which each of them span a thread
and i would like to run the thread sequentially(for debug)
in such that the second thread will start only after the
first thread finished
what is the best way to achive it,assuming i would like to be able
to stop the thread after it was started
Thanks in advance