pub fn write_elements_parallel<T>(
elements: &[T],
context: &mut BuildContext,
config: &DeterminismConfig,
converter: impl Fn(&T) -> Element + Send + Sync,
) -> Result<Vec<String>, BuildError>Expand description
Write multiple elements in parallel (for large collections)