summaryrefslogtreecommitdiff
path: root/xmake/core/base/timer.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-12-07 23:35:40 +0800
committerruki <[email protected]>2019-12-07 23:35:40 +0800
commitba6dd015de784b423df292176fbe7045371af261 (patch)
tree678bdf2085f800559c88b00d4801f600d0a59f6e /xmake/core/base/timer.lua
parentc369affce79c1c009fcb18f92cd4ee2757466330 (diff)
add dlist:new
Diffstat (limited to 'xmake/core/base/timer.lua')
-rw-r--r--xmake/core/base/timer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/timer.lua b/xmake/core/base/timer.lua
index 49dd6be5d..ec66b980b 100644
--- a/xmake/core/base/timer.lua
+++ b/xmake/core/base/timer.lua
@@ -31,7 +31,7 @@ function timer:_tasks()
end
-- post timer task at the absolute time and will be auto-remove it after be expired
-function timer:post_at(when, period, repeat, task)
+function timer:post_at(when, period, is_repeat, task)
-- TODO
end