Archive for November, 2008
Active Sleep procedure
Recently I have stumbled upon an interesting problem. I had a thread that was executing some actions. This actions could be blocking or non-blocking and were executed in background threads, each actions was running in it’s own thread. The parent thread recieved the results via the SendMessage function. Now as long as I only supported [...]