lua-users home
lua-l archive

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


local co = corotuine.create(function() end)

It seems that there is no way to get the function in 'co' by lua debug.* api.