Will a chain of method calls (CompletableFuture API) execute asynchronously if the first method in a chain is asynchronous?

后端 未结 0 985
别跟我提以往
别跟我提以往 2021-01-12 21:23

I\'m studying CompletableFuture API and there is an example:

CompletableFuture.completedFuture(url)
                 .thenComposeAsync(this::readPage, executo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题