docs/tileh.png
author |
truebrain |
|
Tue, 01 Apr 2008 13:28:55 +0000 |
branch | noai |
changeset 9856 |
6a0dcee9f8e4 |
parent 0 |
29654efe3188
|
permissions |
-rw-r--r-- |
(svn r12528) [NoAI] -Change: rewrote most of the internal ThreadObject to make it a bit more readable
[NoAI] -Change: when a ThreadObject is created, the thread is really created, and not delayed until some sub-function is called
[NoAI] -Change: renamed AutoResetEvent to ThreadSemaphore, as that is what is really is.. AutoResetEvent didn't really give a clue what it was ;)