A
Amratash
I'm receiving the above mentioned error.The problem is:
"I suspend one thread.Another thread is resuming the first thread.Then I
added following code:Its in simple english
if(first thread is not suspended)
then sleep(100)
else
resume first Thread
After adding this code every thing is fine.
Its in C#.
So my question is When we suspend thread, is it suspended at that time only
or it take some time to suspend?
"I suspend one thread.Another thread is resuming the first thread.Then I
added following code:Its in simple english
if(first thread is not suspended)
then sleep(100)
else
resume first Thread
After adding this code every thing is fine.
Its in C#.
So my question is When we suspend thread, is it suspended at that time only
or it take some time to suspend?