mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-04 10:30:56 +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)?;
|
||||
rt.push_main(&lua, lua.load("spawnBackgroundTask()"), ());
|
||||
rt.run_blocking(&lua);
|
||||
rt.push_main(lua.load("spawnBackgroundTask()"), ());
|
||||
rt.run_blocking();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue