mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.timer: Add Teal interface description
This commit is contained in:
parent
49497f25d3
commit
93f6968077
1 changed files with 8 additions and 0 deletions
8
teal-src/util/timer.d.tl
Normal file
8
teal-src/util/timer.d.tl
Normal file
|
@ -0,0 +1,8 @@
|
|||
local record util_timer
|
||||
record task end
|
||||
type timer_callback = function (number) : number
|
||||
add_task : function ( number, timer_callback, any ) : task
|
||||
stop : function ( task )
|
||||
reschedule : function ( task, number ) : task
|
||||
end
|
||||
return util_timer
|
Loading…
Add table
Add a link
Reference in a new issue