mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-03 13:26:01 +00:00
Print TIDs in every new thread
This commit is contained in:
@@ -162,6 +162,7 @@ void ExecuteAsync(Lua* lua,const std::string& FuncName){
|
||||
SafeExecution(lua,FuncName);
|
||||
}
|
||||
void CallAsync(Lua* lua,const std::string& Func,int U){
|
||||
DebugPrintTID();
|
||||
lua->StopThread = false;
|
||||
int D = 1000 / U;
|
||||
while(!lua->StopThread){
|
||||
|
||||
Reference in New Issue
Block a user