ShadowySpirits opened a new pull request, #2112: URL: https://github.com/apache/incubator-opendal/pull/2112
link to #1572 This is a POC of bring async API for java binding, see https://github.com/apache/incubator-opendal/issues/1572#issuecomment-1519880511 for more details. I add an `asyncWrite` function and related test for Java binding. <img width="523" alt="image" src="https://user-images.githubusercontent.com/32436597/234193412-622f6c32-0794-4b4a-8417-68c2655abcbe.png"> As a result, `asyncWrite` will not block any Java thread and the user could collect results using `thenAccept` function of the `CompletableFuture`. -- 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]
