mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Make MutexQueue use jsemaphore for signaling
This commit is contained in:
@@ -289,6 +289,14 @@ public:
|
||||
);
|
||||
|
||||
~Client();
|
||||
|
||||
/*
|
||||
request all threads managed by client to be stopped
|
||||
*/
|
||||
void Stop();
|
||||
|
||||
|
||||
bool isShutdown();
|
||||
/*
|
||||
The name of the local player should already be set when
|
||||
calling this, as it is sent in the initialization.
|
||||
|
Reference in New Issue
Block a user