Function eventuals::pipe[][src]

pub fn pipe<E, F>(reader: E, f: F) -> PipeHandle where
    E: IntoReader,
    F: 'static + Send + FnMut(E::Output), 
Expand description

Produce a side effect with the latest values of an eventual