lua-users home
lua-l archive

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




On 06/10/15 02:59 PM, Tim Hill wrote:
On Oct 5, 2015, at 8:10 PM, Soni L. <fakedme@gmail.com> wrote:

Is it possible to use lua_load with coroutines?

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.


If you mean, can you call the API from a coroutine, the answer is yes.

—Tim


I actually mean, can I yield from inside a lua_load?

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.