Skip to content

Feat/durablefuture allof#30

Merged
maschnetwork merged 2 commits into
mainfrom
feat/durablefuture-allof
Jan 29, 2026
Merged

Feat/durablefuture allof#30
maschnetwork merged 2 commits into
mainfrom
feat/durablefuture-allof

Conversation

@maschnetwork

Copy link
Copy Markdown
Contributor

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Issue Link, if available

Realted to #24

Description

Demo/Screenshots

Checklist

  • I have filled out every section of the PR template
  • I have thoroughly tested this change

Testing

Unit Tests

Have unit tests been written for these changes?

Integration Tests

Have integration tests been written for these changes?

Examples

Has a new example been added for the change? (if applicable)

@phipag phipag left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@maschnetwork
maschnetwork merged commit 7bfcc88 into main Jan 29, 2026
3 checks passed
@maschnetwork
maschnetwork deleted the feat/durablefuture-allof branch January 29, 2026 11:43
* @return a list of results in the same order as the input futures
*/
@SafeVarargs
public static <T> List<T> allOf(DurableFuture<T>... futures) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should restrict the futures to have the same result types. Instead, maybe we should return a future of Void?

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