mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Remove locals from __mlua_async_poll helper
This commit is contained in:
@@ -3030,7 +3030,6 @@ impl Lua {
|
||||
self.load(
|
||||
r#"
|
||||
local poll = get_poll(...)
|
||||
local pending, yield, unpack = pending, yield, unpack
|
||||
while true do
|
||||
local nres, res, res2 = poll()
|
||||
if nres ~= nil then
|
||||
|
||||
Reference in New Issue
Block a user