Hi all,<br><br>I wrote a Transform class that's doing a large calculation in Transform::TransformPoint().<br>I want to cache the values in the calculation. The problem is, this transform is shared by multiple threads. So I want to save the cached value in several instances, one for each thread.
<br><br>If I had the thread's id, I could do this association. Is there any way to get the currently running thread's ID?<br><br>Thanks.<br><br>- Aviv<br><br>