Log

util/timer.lua @ 13178:e689d4c45681 0.12

description author age
Merge 0.11->trunk Kim Alvefur 2021-01-08
util.timer: Ensure timers can't run more than once per tick (fixes #1620) 0.11 Kim Alvefur 2021-01-08
util.timer: Defer to selected net.server if it implements this API Kim Alvefur 2020-06-29
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall Matthew Wild 2018-10-26
util.{async,timer}: Move sleep() to reduce dependencies of util.timer Kim Alvefur 2018-07-07
util.timer: Ensure we don't try to schedule negative timeouts (which rightly upset libevent). Fixes #1135 Matthew Wild 2018-04-29
util.timer: Move sleep() here from util.async Kim Alvefur 2018-03-23
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
Merge 0.10->trunk Kim Alvefur 2017-03-20
util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time Kim Alvefur 2017-03-19
util.timer: Reschedule timers from stop() if the next pending event is stopped Kim Alvefur 2015-12-23
util.timer: If possible, close the existing timer handle in order to have only one Kim Alvefur 2015-11-22
util.timer: Expire timer instance if another instance is already set to take care of the next scheduled event Kim Alvefur 2015-11-22
util.timer: Keep count of how many timer instances are active Kim Alvefur 2015-11-22
util.timer: Fix indentation Kim Alvefur 2015-09-18