mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
@@ -74,14 +74,6 @@ public:
|
||||
*/
|
||||
bool stop();
|
||||
|
||||
/*
|
||||
* Immediately terminates the thread.
|
||||
* This should be used with extreme caution, as the thread will not have
|
||||
* any opportunity to release resources it may be holding (such as memory
|
||||
* or locks).
|
||||
*/
|
||||
bool kill();
|
||||
|
||||
/*
|
||||
* Waits for thread to finish.
|
||||
* Note: This does not stop a thread, you have to do this on your own.
|
||||
|
Reference in New Issue
Block a user