Friday, January 22, 2010

I've got a thread in Delphi. How do I control it to a specific execution pace?

I'm not talking about thread priority. What I want is a thread that for example increases the value of X by one, but I don't want to shoot up the value of X to a million after one millisecond or something.I've got a thread in Delphi. How do I control it to a specific execution pace?
have the thread sleep, google search it....

No comments:

Post a Comment