top | item 32940286

(no title)

curious145454 | 3 years ago

Apparently, there's another meaning to word "simpler", of which I'm unaware :D

discuss

order

pornel|3 years ago

You may be thinking of "primitive", "simplistic" or "spartan". Things that are simple to use are not necessarily primitive.

It's simpler for library users, because they don't need to know which particular method finalizes a builder to obtain a future from it, and `.await` just works in more situations.

minraws|3 years ago

That's not quite the best example as someone else noted, you could better of write an API where converting to Future can be a shore of in places where await may work in the Future.

Say, `for await x in connection.item {}` not real syntax but something similar might be in Rust's future.