Skip to content

Combining an array of Futures #460

Answered by mrosata
LandonSchropp asked this question in Q&A
Discussion options

You must be logged in to vote
Future.parallel(2, [
  Future.of(1), Future.of(2)
])
    .fork(err, done)

Sent from my Google Pixel using FastHub

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Avaq
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #137 on January 22, 2021 11:30.