thread suspend resume obsolete

  • Thread starter Thread starter wanwan
  • Start date Start date
W

wanwan

I'm using Microsoft Visual Studio 2005

in multithreading, I want to be able to pause and resume a thread. I
see that suspend and resume are deprecated. So what can I use instead.
 
wanwan said:
I'm using Microsoft Visual Studio 2005

in multithreading, I want to be able to pause and resume a thread. I
see that suspend and resume are deprecated. So what can I use instead.

From the thread, wait using an Event.

David
 
Back
Top