lua-users home
lua-l archive

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


If the errfunc is stored in C stack, the pcall is non-resumable. That
is it doesn't allow yield across it. Is my understanding correct?