User Tools

Site Tools


java:futures

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
java:futures [2026/06/18 17:57] – created carljava:futures [2026/07/10 07:42] (current) carl
Line 8: Line 8:
  
 CompletableFuture is a full featured Future implementation, capable of chaining and joining.  However, its main weakness is that cancellation doesn't stop the underlying computation, and interruption is not supported. CompletableFuture is a full featured Future implementation, capable of chaining and joining.  However, its main weakness is that cancellation doesn't stop the underlying computation, and interruption is not supported.
 +
 +=== Pain Points ===
 +
 +
 +  * The exception passed to ''exceptionally()'' and ''handle()'' is not well defined.  It sometimes is a CompletionException.
 +
 +See Also: [[:futures|Futures]]
 +
java/futures.1781805464.txt.gz · Last modified: by carl