P
Peter Rilling
How do I put to sleep a thread other than the current one?
I want to put another thread to sleep to the specified number of
milliseconds but the Sleep method seems to only work for the current thread
while the Suspend method has no parameters to specify a duration.
I want to put another thread to sleep to the specified number of
milliseconds but the Sleep method seems to only work for the current thread
while the Suspend method has no parameters to specify a duration.