[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: calling c from inside a coroutine
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 13 May 2010 16:38:14 -0300
> A function as simple as:
> {
> [...]
> }
> when called from inside a coroutine results in it returning a function not a
> string. This just seems like it should be crazy simple, but I can't figure
> out what I'm missing.
What version of Lua are you using? (I think the work versions for 5.2
have some bug there.)
-- Roberto