Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segmented of mixed futures and values #31

Open
FrancoisChabot opened this issue Jun 18, 2019 · 1 comment
Open

segmented of mixed futures and values #31

FrancoisChabot opened this issue Jun 18, 2019 · 1 comment
Milestone

Comments

@FrancoisChabot
Copy link
Owner

Ideally, we should be allowed to write:

Future<int, int> = async(queue, [](){
  int a;
  Future<int> b = ...;
  return segmented(a, b);
})
@FrancoisChabot
Copy link
Owner Author

The rules for future handler return arguments are getting convoluted. They should really be formalized, and consistently implemented, instead of being done on a feature-by-feature basis like we've been doing.,

@FrancoisChabot FrancoisChabot added this to the V1.0 milestone Jul 17, 2019
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

No branches or pull requests

1 participant