Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Try for each concurrent #24

Merged
merged 4 commits into from
May 31, 2019
Merged

Try for each concurrent #24

merged 4 commits into from
May 31, 2019

Conversation

yoshuawuyts
Copy link
Collaborator

Description

Process futures concurrently using try_for_each_concurrent as suggested by @withoutboats.

Motivation and Context

This joins the results which means we can process futures in parallel rather than sequentially, but keep the same failure mode we had before.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Signed-off-by: Yoshua Wuyts <[email protected]>
Signed-off-by: Yoshua Wuyts <[email protected]>
@yoshuawuyts yoshuawuyts force-pushed the try-for-each-concurrent branch from 3c0927d to b29fc8f Compare May 31, 2019 12:53
Signed-off-by: Yoshua Wuyts <[email protected]>
Signed-off-by: Yoshua Wuyts <[email protected]>
@yoshuawuyts
Copy link
Collaborator Author

Rebased! -- this only affects documentation examples, all of which compile & work correctly. Going to go ahead and merge!

@yoshuawuyts yoshuawuyts merged commit a1b7576 into master May 31, 2019
@delete-merged-branch delete-merged-branch bot deleted the try-for-each-concurrent branch May 31, 2019 14:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant