pub fn from_stream<S>(stream: S) -> FromStream<S::IntoStream>where S: Send + Sync + IntoStream,
Converts a stream into a parallel stream.