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::EdgeIndex;

use crate::FnIdInner;

/// Type alias for edge ID.
pub type EdgeId = EdgeIndex<FnIdInner>;