mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
49958f4827
We need this because they have different requirements: - Thread creation callback can return Error or panic - Thread collection callback runs during Luau GC cycle and cannot make any Lua calls or trigger panics.