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

WindowFuture - add listener for async notification on complete, fail etc #5

Open
ivnik opened this issue Jul 9, 2014 · 1 comment

Comments

@ivnik
Copy link

ivnik commented Jul 9, 2014

Like ListenableFuture (guava).
https://code.google.com/p/guava-libraries/wiki/ListenableFutureExplained

@RichardBradley
Copy link

This would be of use for many non-blocking applications. We're working on an application using Akka Actors in Scala and would like to avoid blocking threads waiting for futures.

The changes that look to be required are to add a method to register listeners on the WindowFuture interface and write an implementation in the DefaultWindowFuture class. It should not require any wide ranging changes.

Are there any plans to implement this enhancement?

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

2 participants