Open milibopp opened 9 years ago
Essentially, impl<T> FromIterator<T> for Stream<T>. It should be clear that this will not consume the iterator directly but rather spawn a background thread to do so.
impl<T> FromIterator<T> for Stream<T>
Essentially,
impl<T> FromIterator<T> for Stream<T>
. It should be clear that this will not consume the iterator directly but rather spawn a background thread to do so.