[−][src]Function rendy_chain::collect
pub fn collect<Q>(nodes: Vec<Node>, max_queues: Q) -> Chains where
Q: Fn(QueueFamilyId) -> usize,
Calculate automatic Chains
for nodes.
This function tries to find the most appropriate schedule for nodes execution.