What's Changed
- Added
Lua::yield_with
to use ascoroutine.yield
functional replacement in async functions for any Lua (see doc examples) - Do not try to yield at non-yielable points in Luau interrupt (#632)
- Added
Buffer::cursor
method (Luau) - Added
Lua::create_buffer_with_capacity
method (Luau) - Make Lua reference values cheap to clone in Rust (only increments ref count)
- Fix panic on large (>67M entries) table creation
Full Changelog: v0.11.2...v0.11.3