mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix broken thread stop handling
This commit is contained in:
parent
d02ce1cf4d
commit
d19a69cd0d
5 changed files with 35 additions and 6 deletions
|
@ -57,6 +57,8 @@ struct LuaJobInfo {
|
|||
std::string serializedResult;
|
||||
/** jobid used to identify a job and match it to callback **/
|
||||
unsigned int JobId;
|
||||
/** valid marker **/
|
||||
bool valid;
|
||||
};
|
||||
|
||||
/** class encapsulating a asynchronous working environment **/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue