mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.smqueue: Add missing method to Teal record spec
This commit is contained in:
parent
6e0bbc2af5
commit
81d747b6a4
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ local record lib
|
|||
end
|
||||
push : function (smqueue, T)
|
||||
ack : function (smqueue, integer) : { T }, ack_errors
|
||||
resumable : function (smqueue) : boolean
|
||||
resumable : function (smqueue<T>) : boolean
|
||||
resume : function (smqueue<T>) : queue.queue.iterator, any, integer
|
||||
type consume_iter = function (smqueue<T>) : T
|
||||
consume : function (smqueue<T>) : consume_iter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue