pub fn eval<O, F>(fut: F) -> RS2Stream<O>where F: Future<Output = O> + Send + 'static, O: Send + 'static,
Evaluate a Future and emit its output