//! Job graph scheduler: worker threads, dependency tracking and work stealing for parallel frame execution.
/// A unit of frame work with declared dependencies (see docs/threading-model.md).
/// A dependency-ordered set of jobs for one frame.
/// Runs a `JobGraph` across worker threads with work stealing.