[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: embedded lua in web based REPL
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 20 Mar 2010 10:30:06 -0300
> As a related question, is it legal in Lua 5.2 to use coroutine.yield
> from within a hook callback? [...]
This was already legal in 5.1.
-- Roberto