We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bce97 commit 039cb2aCopy full SHA for 039cb2a
src/manifold/deferred.clj
@@ -24,7 +24,8 @@
24
TimeUnit
25
CountDownLatch
26
Executor
27
- CompletionStage]
+ CompletionStage
28
+ CompletableFuture]
29
[java.util.function
30
Function
31
BiFunction
@@ -1658,7 +1659,7 @@
1658
1659
1660
(defn- to-completable-future [d]
1661
- (let [result (java.util.concurrent.CompletableFuture.)]
1662
+ (let [result (CompletableFuture.)]
1663
1664
(on-realized d
1665
#(.complete result %)
0 commit comments