Skip to main content

merge_map

Function merge_map 

Source
pub fn merge_map(
    core: &Core,
    binding: &Arc<dyn HigherOrderBinding>,
    source: NodeId,
    project: ProjectFn,
) -> NodeId
Expand description

merge_map(source, project) — unbounded concurrency variant. Equivalent to merge_map_with_concurrency with None.