lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi list, recently I discovered that it is not possible to yield from
within a table.sort sorting function. Is this intentional behaviour?
There doesn't seem to be a note in the manual saying this isn't
possible. You /can/ yield from c callbacks in places like xpcall.