arturobernalg opened a new pull request, #782:
URL: https://github.com/apache/httpcomponents-client/pull/782

   This change improves the fluent Async API without altering existing 
behaviour or contracts. It adds executeAsync overloads returning 
CompletableFuture, including variants that also invoke the existing 
FutureCallback, making it easier to compose and aggregate asynchronous request 
execution using standard Java primitives. It also introduces an optional owned 
bounded default executor, configurable in terms of thread count and queue 
capacity, for applications that prefer not to manage their own ExecutorService. 
The existing Future-based methods and the default execution model remain 
unchanged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to