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.
go get -u github.com/twiny/tinyq/...
- all goroutines are asleep - deadlock caused by not closing
queue.Dequeue
channel.