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

Making sure that all continuations of a shared_future are invoked in order #2514

Merged
merged 1 commit into from Feb 27, 2017

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Feb 22, 2017

Continuations are now invoked in the same order as they were attached

  • flyby: remove superfluous typename keyword

This fixes #2504

…the order they have been attached

- flyby: remove superfluous typename keyword
@hkaiser
Copy link
Member Author

hkaiser commented Feb 22, 2017

@biddisco you reported this problem, would you mind reviewing this PR?

Copy link
Member

@sithhell sithhell left a comment

Choose a reason for hiding this comment

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

LGTM!

@hkaiser hkaiser merged commit bf78886 into master Feb 27, 2017
@hkaiser hkaiser deleted the shared_future_continuation_order branch February 27, 2017 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure continuations are called in the order they have been attached
2 participants