aranya_runtime

Function braid

Source
pub fn braid<S: Storage>(
    storage: &mut S,
    left: Location,
    right: Location,
) -> Result<Vec<Location>, ClientError>
Expand description

Enforces deterministic ordering for a set of Commands in a graph. Returns the ordering.