mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
cdd6a99136
This method uses Luau-specific C API extension `lua_resumerror` that allow to throw an error immediately when resuming a thead. Closes #500 #513