I'm writing a template that works with a server script and needs to communicate the identity of the current thread so it can assign the appropriate action.
If I'm running a template on multiple threads, how can I determine the identity of the current thread?
If I'm running a template on multiple threads, how can I determine the identity of the current thread?