B4J Question [Server] CurrentThreadIndex in SingleThreadHandler

Alessandro71

Well-Known Member
Licensed User
Longtime User
Is Main.srvr.CurrentThreadIndex always 0 during execution of an Handler defined with SingleThreadHandler=True ?

rationale for the question is: writing a general purpose handling sub that needs to count different stats if called from a SingleTreadHandler rather than a standard Handler
 
Top