mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
teal/moduleapi: Describe timer wrapper
Since it's used in mod_cron
This commit is contained in:
parent
9135764484
commit
04c6caba50
1 changed files with 6 additions and 1 deletions
|
@ -62,7 +62,12 @@ global record moduleapi
|
|||
send_iq : function (moduleapi, st.stanza_t, util_session, number)
|
||||
broadcast : function (moduleapi, { string }, st.stanza_t, function)
|
||||
type timer_callback = function (number, ... : any) : number
|
||||
add_timer : function (moduleapi, number, timer_callback, ... : any)
|
||||
record timer_wrapper
|
||||
stop : function (timer_wrapper)
|
||||
disarm : function (timer_wrapper)
|
||||
reschedule : function (timer_wrapper, number)
|
||||
end
|
||||
add_timer : function (moduleapi, number, timer_callback, ... : any) : timer_wrapper
|
||||
get_directory : function (moduleapi) : string
|
||||
enum file_mode
|
||||
"r" "w" "a" "r+" "w+" "a+"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue