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.