Files
mlua-rs-mlua/src/types
Alex Orlenko df0a44d405 Make Lua reference values cheap to clone
Instead of locking the VM and making a copy on auxiliary thread, track number of references using Rust ref counter.
This should also help reducing number of used references (they are limited to to 1M usually) on auxiliary thread.
2025-08-20 12:05:37 +01:00
..
2024-10-19 23:10:43 +01:00
2025-06-12 23:44:47 +01:00