johnae / spook

Lightweight programmable evented utility based on LuaJIT and ljsyscall
Other
35 stars 0 forks source link

Add more tests. Minor new functionality in queue. #27

Closed johnae closed 7 years ago

johnae commented 7 years ago

So, queue gained a "reset" method which reinitializes it. It also gained the peekright and peekleft methods which, instead of popping things off the queue just allows you to peek at what's either end.