Commit graph

8 commits

Author SHA1 Message Date
Matthew Wild
e5d74b77ae util.queue: Update :items() to consistently use private data directly
It will perform better this way, and we were accessing private variables already within the iterator.

Replaces 3eea63a68e0f
2019-03-26 13:54:14 +00:00
Matthew Wild
de72422137 Backed out changeset 3eea63a68e0f
Commit included intended changes to loggingmanager
2019-03-26 13:51:06 +00:00
Matthew Wild
3c50aa4902 util.queue: Update :items() to consistently use private data directly
It will perform better this way, and we were accessing private variables
already within the iterator.
2019-03-23 08:52:57 +00:00
Matthew Wild
a274eacbbc util.queue: Add 'consume()' convenience iterator 2019-03-23 08:47:55 +00:00
Matthew Wild
7592b57bc6 util.queue: Add luacheck annotations 2015-10-18 21:54:17 +01:00
Matthew Wild
cd8af079c3 util.queue: Add :items() iterator 2015-10-18 21:42:33 +01:00
Matthew Wild
a67c2d33e5 util.queue: Allow optional wrap-around when pushing, overwriting oldest unread item 2015-06-03 15:51:07 +01:00
Matthew Wild
2f7ac94341 util.queue: Small fast FIFO/ringbuffer/queue library 2015-05-13 16:57:27 +01:00