mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-10 21:40:55 +01:00
Fix doc comment
This commit is contained in:
parent
045959b92e
commit
5fe52a211b
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ pub trait LuaExecutorExt<'lua> {
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
let rt = Runtime::new(&lua)?;
|
let rt = Runtime::new(&lua)?;
|
||||||
rt.push_main(&lua, lua.load("spawnBackgroundTask()"), ());
|
rt.push_main(lua.load("spawnBackgroundTask()"), ());
|
||||||
rt.run_blocking(&lua);
|
rt.run_blocking();
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue