milibopp / carboxyl

Functional Reactive Programming library for Rust
Mozilla Public License 2.0
405 stars 19 forks source link

Create stream from an IntoIterator type #78

Open milibopp opened 9 years ago

milibopp commented 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.