We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd8137 commit 1750220Copy full SHA for 1750220
1 file changed
async/completablefuture/RunAfterEitherAsync.java
@@ -5,6 +5,9 @@
5
import java.util.concurrent.CompletableFuture;
6
import java.util.concurrent.TimeUnit;
7
8
+// runAfterEitherAsync returns a future which runs an async task
9
+// when either of the supplied futures completes
10
+
11
public class RunAfterEitherAsync {
12
13
public static void main(String[] args) throws InterruptedException {
0 commit comments