CompletableStage.whenComplete(): Completes the stage after calling the BiConsumer
Nathan and Ila Reynolds via Concurrency-interest <[email protected]>
| Newsgroups | gmane.comp.java.jsr.166-concurrency |
|---|---|
| Message-ID | <[email protected]> |
For CompletableStage.whenComplete(), the Javadoc says "The returned stage is completed when the action returns." What is the reasoning for completing the future after action returns? How do I run action after the future completes? -Nathan _______________________________________________ Concurrency-interest mailing list [email protected] http://cs.oswego.edu/mailman/listinfo/concurrency-interest