mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Executor should be clonable
This commit is contained in:
parent
0911fcbf5b
commit
f9fc1c6de1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use mlua_luau_scheduler::LuaSpawnExt;
|
||||||
|
|
||||||
// Hyper executor that spawns futures onto our Lua scheduler
|
// Hyper executor that spawns futures onto our Lua scheduler
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct HyperExecutor {
|
pub struct HyperExecutor {
|
||||||
lua: Lua,
|
lua: Lua,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue