You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lua 5.2 supports having __gc metamethod to execute some code when the object is being garbage collected. Currently in Tarantool we need to do ugly hacks with FFI or newproxy() function to do it. One example is how it is used in netbox. Would be cool a proper __gc feature on board.