-
Notifications
You must be signed in to change notification settings - Fork 50
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
API with CompletableFuture/Stage instead of/addition to Future #86
Comments
That would be awesome. What's the point in having an async library that still requires a blocking |
That is a nice suggestion. Can you please provide a PR? We can review and get that merged. |
Hello, I need this too to get "true asynchronous" execution for running performance tests. See https://github.com/linagora/gatling-imap/ We might consider contributing this. Regards |
CF #118 (the completablefuture of the poor) but that's enough for integration eg in Akka actor system. |
Following the merge of #118 , this can be closed, right? |
Would it be possible to extend the current API with CompletableFuture/Stage and not just Future?
The text was updated successfully, but these errors were encountered: