lua-users home
lua-l archive

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


This is a bug :( Although Lua correctly detects that the program is
trying to resume a running coroutine, it leaves the coroutine in a state
unsuitable to continue its execution.

-- Roberto