[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Multi-process C calling Lua: sharing data between Lua scripts?
- From: caco <cacophonitrix@...>
- Date: Sat, 27 Feb 2021 04:28:12 +0000
From C I have master process in parallel with number of agent processes each binding a luaL_State. I want the agents Lua scripts to communicate through Lua supervised (i.e. gc'd) data. How can I do this?