lua-users home
lua-l archive

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


2014/1/14 Andrew Starks <andrew.starks@trms.com>
Hello all,

Are there some simple facilities that facilitate some of the more mundane tasks associated with transferring values and variables between Lua states? Specifically: userdata, tables and the associated structure of their metatables and uservalues.


Hi,

You may want to have a look at Lanes, that offers inter-state data transfer precisely for the purpose of communication between separate threads each running an independant Lua state.

Regards,


--
Benoit.