[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Yielding across a C function from a metamethod
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 26 Dec 2014 14:14:35 -0200
> I noticed there's no function to invoke a metamethod in a way it can
> yield. Why's this?
Doesn't luaL_getmetafield + lua_callk do what you want?
-- Roberto