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
- Host: GitHub
- URL: https://github.com/mons/queue-pq
- Owner: Mons
- Created: 2010-03-10T00:28:40.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-10T00:30:46.000Z (over 16 years ago)
- Last Synced: 2023-03-10T20:33:13.754Z (over 3 years ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Queue-PQ
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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.