Fix doc test

This commit is contained in:
Filip Tibell 2024-01-27 19:26:32 +01:00
parent 99412056da
commit f02c370ad7
No known key found for this signature in database

View file

@ -85,7 +85,7 @@ pub trait LuaSpawnExt<'lua> {
})?
)?;
let rt = Runtime::new(&lua)?;
let rt = Runtime::new(&lua);
rt.spawn_thread(lua.load("spawnBackgroundTask()"), ());
block_on(rt.run());