An open API service indexing awesome lists of open source software.

https://github.com/mons/queue-pq

Priority queue, using pluggable engines
https://github.com/mons/queue-pq

Last synced: 10 months ago
JSON representation

Priority queue, using pluggable engines

Awesome Lists containing this project

README

          

NAME
Queue::PQ - Implement priority queue, using pluggable engines

VERSION
Version 0.01

SYNOPSIS
TODO

REFERENCE
+ put
+ push

+ take
+ requeue
+ release
+ ack
+ bury

+ dig
+ peek
+ delete

+ stats
+ queues

STATS KEYS
?q prios

urgent
ready
taken
delayed
buried

+!q cmd
+!q queues

AUTHOR
Mons Anderson, ""

COPYRIGHT & LICENSE
Copyright 2009 Mons Anderson, all rights reserved.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.