Patrick Hemmer 0355dabd7c MINOR: queue: replace the linked list with a tree
We'll need trees to manage the queues by priorities. This change replaces
the list with a tree based on a single key. It's effectively a list but
allows us to get rid of the list management right now.
2018-08-10 15:06:27 +02:00
..
2018-04-26 14:19:33 +02:00
2018-05-22 18:57:46 +02:00
2009-01-25 13:49:53 +01:00