aboutsummaryrefslogtreecommitdiffstats
path: root/util/queue.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-1/+1
* util.dbuffer: dynamic string bufferMatthew Wild2020-06-261-0/+7
* util.queue: Update :items() to consistently use private data directlyMatthew Wild2019-03-261-5/+4
* Backed out changeset 3eea63a68e0fMatthew Wild2019-03-261-4/+5
* util.queue: Update :items() to consistently use private data directlyMatthew Wild2019-03-231-5/+4
* util.queue: Add 'consume()' convenience iteratorMatthew Wild2019-03-231-0/+3
* util.queue: Add luacheck annotationsMatthew Wild2015-10-181-1/+2
* util.queue: Add :items() iteratorMatthew Wild2015-10-181-0/+13
* util.queue: Allow optional wrap-around when pushing, overwriting oldest unrea...Matthew Wild2015-06-031-2/+7
* util.queue: Small fast FIFO/ringbuffer/queue libraryMatthew Wild2015-05-131-0/+54