B
Bob Day
Using VS 2003, VB.net, MSDE...
I have seen some sample programs use the following line to yield a time
slice to other threads:
Thread.CurrentThread.Sleep(0)
The line does not produce a error, but I don't follow why it would be needed
or when it would be needed.
Please advise.
Bob Day
I have seen some sample programs use the following line to yield a time
slice to other threads:
Thread.CurrentThread.Sleep(0)
The line does not produce a error, but I don't follow why it would be needed
or when it would be needed.
Please advise.
Bob Day
