async-book
async-book copied to clipboard
FuturesUnordered section
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?