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

Remove serialize_as_future and invoke_when_ready #1474

Closed
hkaiser opened this issue Apr 22, 2015 · 2 comments
Closed

Remove serialize_as_future and invoke_when_ready #1474

hkaiser opened this issue Apr 22, 2015 · 2 comments

Comments

@hkaiser
Copy link
Member

hkaiser commented Apr 22, 2015

The serialize_as_future and invoke_when_ready facilities which are currently being used to make sure that all futures which have to be serialized have become ready before the actual serialization operation is performed are obsolete. It is now safe to just wait for a future to become ready during serialization.

@hkaiser
Copy link
Member Author

hkaiser commented Apr 23, 2015

This commit (09e83a4) removes the facilities. This however causes applications to hang (for instance stencil_8).

@hkaiser
Copy link
Member Author

hkaiser commented Aug 25, 2015

This has been fixed by merging #1728

@hkaiser hkaiser closed this as completed Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant