|
On 8-Feb-05, at 6:56 PM, David Burgess wrote:
lua 5.0.2 I have a process that has created 2 lua VMs e.g. L1 = lua_open(); L2 = lua_open(); These lua instances know nothing about eachother. Can I use lua_xmove to copy data from one to the other?
No
Or is xmove only for threads/coroutines?
Yes