Skip to main content

exhaust_map

Function exhaust_map 

Source
pub fn exhaust_map<TIn: Clone + 'static, TOut: 'static>(
    project: impl Fn(&TIn) -> Node<TOut> + 'static,
) -> Operator<TOut>
Expand description

exhaust_map: project the first source DATA while no inner is live; ignore source DATA while busy.