fn_graph 0.18.0

Runs interdependent logic concurrently, starting each function when predecessors have completed.
Documentation
1
2
3
4
5
6
use daggy::NodeIndex;

use crate::FnIdInner;

/// Type alias for function ID.
pub type FnId = NodeIndex<FnIdInner>;