mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Fix local server startup and shutdown blocking the main thread
Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
parent
b2982a6f14
commit
fd8e02195e
4 changed files with 113 additions and 10 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
Thread(const std::string &name="");
|
||||
virtual ~Thread();
|
||||
DISABLE_CLASS_COPY(Thread)
|
||||
// Note: class cannot be moved since other references exist
|
||||
|
||||
/*
|
||||
* Begins execution of a new thread at the pure virtual method Thread::run().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue