summaryrefslogtreecommitdiff
path: root/queue/zset/add.rb
AgeCommit message (Collapse)Author
2016-01-18Removed queue-examples.Steve Kemp
These are no longer required now we're sure we understand the process of adding jobs to the queue without duplication.
2015-12-21updated the add routine to ensure we update the set in order.Patrick J Cherry
2015-12-20Fixing test suite as per lodge postJames Lawrie
2015-12-18Modified zset test program to exit if it encounters a test it has already seen.Patrick J Cherry
This helps with debugging. We expect it to exit eventually, but only after it has seen all tests.
2015-12-18Added queue-demonstration programs.Steve Kemp