mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-10 21:40:55 +01:00
Add missing clone derive
This commit is contained in:
parent
7b2e15c676
commit
81308b65e3
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ Lua state runtime metadata was unexpectedly removed!\
|
||||||
/**
|
/**
|
||||||
A runtime for running Lua threads and async tasks.
|
A runtime for running Lua threads and async tasks.
|
||||||
*/
|
*/
|
||||||
|
#[derive(Clone)]
|
||||||
pub struct Runtime<'lua> {
|
pub struct Runtime<'lua> {
|
||||||
lua: &'lua Lua,
|
lua: &'lua Lua,
|
||||||
queue_spawn: SpawnedThreadQueue,
|
queue_spawn: SpawnedThreadQueue,
|
||||||
|
|
Loading…
Add table
Reference in a new issue