[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_yieldk/lua_resume not removing yielded values
- From: Patrick Donnelly <batrick@...>
- Date: Fri, 15 Feb 2013 15:06:43 -0500
On Fri, Feb 15, 2013 at 7:17 AM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> This is a documentation problem. When a coroutine resumes after the
> first time, the stack cannot contain anything besides the arguments to
> resume. 'nargs' is mostly ignored (except for error handling and API
> checks).
>
> -- Roberto
>
--
- Patrick Donnelly