Skip to content

twiny/tinyq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages