lua-users home
lua-l archive

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


> What about using lua_xmove. Does it handle table copy?

No. It only copies references, because it only works for sister states,
not for disjoint states. (Sister states are different threads of the
same global state.)