Skip to content

Comments

concurrency/join#139

Merged
yaron2 merged 1 commit intodapr:mainfrom
JoshVanL:concurrency-join
Nov 14, 2025
Merged

concurrency/join#139
yaron2 merged 1 commit intodapr:mainfrom
JoshVanL:concurrency-join

Conversation

@JoshVanL
Copy link
Contributor

Join runs multiple Runners concurrently and waits for all of them to complete. It returns a combined error if any of the Runners return an error. It does not cancel the context if one of the Runners fails; all Runners are allowed to complete.

`Join` runs multiple Runners concurrently and waits for all of them to
complete. It returns a combined error if any of the Runners return an
error. It does not cancel the context if one of the Runners fails; all
Runners are allowed to complete.

Signed-off-by: joshvanl <me@joshvanl.dev>
@yaron2 yaron2 merged commit c54895a into dapr:main Nov 14, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants