rendy_chain

Function collect

Source
pub fn collect<Q>(nodes: Vec<Node>, max_queues: Q) -> Chains
where Q: Fn(QueueFamilyId) -> usize,
Expand description

Calculate automatic Chains for nodes. This function tries to find the most appropriate schedule for nodes execution.