mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 23:36:23 +00:00
Print TIDs in every new thread
This commit is contained in:
@@ -30,6 +30,7 @@ void Monitor() {
|
||||
}
|
||||
|
||||
[[noreturn]]void Stat(){
|
||||
DebugPrintTID();
|
||||
while(true){
|
||||
Monitor();
|
||||
std::this_thread::sleep_for(std::chrono::seconds(1));
|
||||
|
||||
Reference in New Issue
Block a user