Git Product home page Git Product logo

Comments (6)

killercup avatar killercup commented on June 4, 2024

Evidence supporting this: The tutorial, once I read more of it. 😉

The done variant takes a Result<T, E> and returns a Future<Item=T, Error=E>.

and

For streams the equivalent of an "immediately ready" stream is the iter
function which creates a stream that yields the same items as the underlying
iterator.

from futures-rs.

alexcrichton avatar alexcrichton commented on June 4, 2024

Oh dear, I definitely didn't intend to liken futures to iterators! You're spot on with the issue title, futures are to results as streams are to iterators of results.

I... might shamelessy steal your nifty table! Could you point out though what gave you the impression that futures are to iterators? I'd like to wordsmith those bits specifically.

from futures-rs.

killercup avatar killercup commented on June 4, 2024

I... might shamelessy steal your nifty table!

Of course! (You might want to leave the nod towards join/zip having different names though, to not confuse readers.)

Could you point out though what gave you the impression that futures are [like] iterators? I'd like to wordsmith those bits specifically.

Sure! Fresh out of TUTORIAL.md:

The Future trait, like Iterator, doesn't specify […]

The combinators are designed to be very similar to the Iterator combinators. That is, they all consume the receiving future and return a new future.

Usage of the combinators should feel very similar to the Iterator trait in Rust […]

[…] return a Future! Like with the Iterator trait, however, this isn't […]

Okay, I admit, I just searched for "Iterator" in that file and quoted the first few results! 😉 But you can see that it's not just search/replace as you are talking about properties of Iterator (consume, returning the trait).

from futures-rs.

alexcrichton avatar alexcrichton commented on June 4, 2024

Aha! To the word smithy!

from futures-rs.

killercup avatar killercup commented on June 4, 2024

word smithy!

May I suggest you use 'forge' instead? :trollface:

from futures-rs.

alexcrichton avatar alexcrichton commented on June 4, 2024

Ok, I've bolstered the Stream section which should hopefully address this!

from futures-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.