MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / schedule

Method schedule

native/shared/src/renderer/graph.rs:139–141  ·  view source on GitHub ↗

Compute execution order. Returns indices into `self.nodes`.

(&self)

Source from the content-addressed store, hash-verified

137
138 /// Compute execution order. Returns indices into `self.nodes`.
139 pub fn schedule(&self) -> Result<Vec<usize>, GraphError> {
140 schedule(&self.nodes)
141 }
142
143 /// Schedule + run all nodes in order. Consumes the graph because
144 /// each node's `run` closure is `FnOnce`.

Callers 2

Calls 1

scheduleFunction · 0.85

Tested by 2