pub fn init_with<R>(source: R, value: R::Output) -> Eventual<R::Output> where
    R: IntoReader
Expand description

Return an eventual with a starting value that then defers to source.