mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 12:15:18 +01:00
Add support for named threads (atm linux only)
This commit is contained in:
@@ -99,6 +99,8 @@ void * ServerThread::Thread()
|
||||
|
||||
ThreadStarted();
|
||||
|
||||
porting::setThreadName("ServerThread");
|
||||
|
||||
while(!StopRequested())
|
||||
{
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user