• Rémi Denis-Courmont's avatar
    Lua: remove the timers API · cdc30635
    Rémi Denis-Courmont authored
    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.
    cdc30635
test.lua 1.86 KB