From ba6dd015de784b423df292176fbe7045371af261 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 7 Dec 2019 23:35:40 +0800 Subject: add dlist:new --- xmake/core/base/timer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/base/timer.lua') 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 -- cgit v1.3.1