Class QueueByDepth

java.lang.Object
com.marginallyclever.donatello.QueueByDepth

public class QueueByDepth extends Object

Queue the Nodes of a Graph in the ThreadPoolScheduler based on their depth in the graph. The depth of each Node in the Graph is based on the greatest depth of upstream nodes.