Refactor: added rpc machinery to reduce the amount of glue code

This commit is contained in:
IQuant 2024-05-20 15:03:16 +03:00
parent 26fa799c4a
commit a283827e1c
5 changed files with 51 additions and 12 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"Lua.runtime.version": "LuaJIT"
}