track thread

This commit is contained in:
highflowey 2024-08-23 18:34:28 +03:30
parent 42873f6383
commit 14d0bcbe9c

View file

@ -169,6 +169,7 @@ impl RequireContext {
.into_lua_thread(lua)?;
let thread_id = lua.push_thread_back(thread, ())?;
lua.track_thread(thread_id);
lua.wait_for_thread(thread_id).await;
let multi = lua