Skip to main content

StaticGraph

Type Alias StaticGraph 

Source
pub type StaticGraph<const N: usize> = TaskGraph<StaticStore<N>>;
Expand description

Convenience type for a static task graph.

Aliased Typeยง

pub struct StaticGraph<const N: usize> { /* private fields */ }