pub fn join_handle_to_stream(join: JoinHandle<Result<()>>) -> impl AsyncRead
Expand description

returns an AsyncRead that is empty but returns an io error if the given task had an io error or join error