Log

util/timer.lua @ 9894:8747ccf0008c

description author age
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
Merge 0.10->trunk Kim Alvefur 2015-08-20
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
Move timer code out of util.timer and into relevant net.server backends daurnimator 2014-10-20