prosody
log
graph
tags
bookmarks
branches
e689d4c45681
browse
changeset
util/timer.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
util/timer.lua @ 13178:
e689d4c45681
0.12
less
more
|
(0)
-15
tip
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
less
more
|
(0)
-15
tip