I did a search and turned up nothing, but what I want to do is pause execution in a function until some kind of outside que tells it to resume. (like wait for a boolean to become true before continuing).
Any Ideas? Thanks.
Printable View
I did a search and turned up nothing, but what I want to do is pause execution in a function until some kind of outside que tells it to resume. (like wait for a boolean to become true before continuing).
Any Ideas? Thanks.
Look MSDN up on threading, there is alot of information there.
Will do exactly what you want.