You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Like ListenableFuture (guava).
https://code.google.com/p/guava-libraries/wiki/ListenableFutureExplained
The text was updated successfully, but these errors were encountered: