Lua: remove the timers API
The Lua interpreter is not thread-safe. So this API made absolutely no sense: the timer callback is called asynchronously from another thread. Fortunately, none of our Lua scripts used this except for testing.
Showing
Please register or sign in to comment