twiny / tinyq

an implementation of a persistent FIFO queue. with ability to pause/start dequeue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queue

an implementation of a persistent FIFO queue. with ability to pause/start dequeue.

NOTE: This package is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create a new issue.

Install:

go get -u github.com/twiny/tinyq/...

Known Issues:

  • all goroutines are asleep - deadlock caused by not closing queue.Dequeue channel.

About

an implementation of a persistent FIFO queue. with ability to pause/start dequeue.

License:MIT License


Languages

Language:Go 100.0%