Skip to main content

validate_references_parallel

Function validate_references_parallel 

Source
pub fn validate_references_parallel(
    items: &BTreeMap<String, Item>,
    registries: &TypeRegistry,
    strict: bool,
    max_depth: usize,
) -> HedlResult<()>
Expand description

Parallel reference validation.

Validates references across document items in parallel. The registry is read-only at this point, so no synchronization needed.