Fix it some more

This commit is contained in:
Filip Tibell 2024-01-20 13:09:38 +01:00
parent 5fe52a211b
commit 8f5edbe954
No known key found for this signature in database

View file

@ -70,7 +70,7 @@ pub trait LuaExecutorExt<'lua> {
)?;
let rt = Runtime::new(&lua)?;
rt.push_main(lua.load("spawnBackgroundTask()"), ());
rt.push_thread(lua.load("spawnBackgroundTask()"), ());
rt.run_blocking();
Ok(())