async-book icon indicating copy to clipboard operation
async-book copied to clipboard

FuturesUnordered section

Open tarquin-the-brave opened this issue 5 years ago • 0 comments

Suggestions for section on FuturesUnordered:

  • Base the section example on outcome of conversation in #62 ?
  • Discuss the use case of a client sending a batch of requests for context ?

Thoughts?

Should this be part of a wider section on Streams as it's one of the types that implement Stream & StreamExt? Or is FuturesUnordered worth a special mention because it would be the one people are most likely to construct themselves when bundling together futures?

tarquin-the-brave avatar Feb 04 '20 23:02 tarquin-the-brave