lua-users home
lua-l archive

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


2009/11/23 冶晶邓 <fatfatson@gmail.com>:
> hi,all:
>   now i'm confusing about the problem:
>   in script, i create and run a coroutine, and then call into a C-function,
> and in it i want to call back to lua, then which "L" should i use for this
> callback ?

Use the L that was passed into your C-function.

Sam