pub type StaticGraph<const N: usize> = TaskGraph<StaticStore<N>>;
Convenience type for a static task graph.
pub struct StaticGraph<const N: usize> { /* private fields */ }