Queue Ordering
Priority: Really want it
Added: 2016-09-01 by another contributor
Queues might not be strictly linear. You might have a set of things that can all be done in any order, but they all have to be done before the next item can occur.
Comments
Queues might not be strictly linear. You might have a set of things that can all be done in any order, but they all have to be done before the next item can occur. -- jamii