mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.queue: Add 'consume()' convenience iterator
This commit is contained in:
parent
95314bb2be
commit
a274eacbbc
2 changed files with 40 additions and 0 deletions
|
@ -64,6 +64,9 @@ local function new(size, allow_wrapping)
|
|||
return pos+1, t._items[read_pos];
|
||||
end, self, 0;
|
||||
end;
|
||||
consume = function (self)
|
||||
return self.pop, self;
|
||||
end;
|
||||
};
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue