Skip to content

Commit

Permalink
Still
Browse files Browse the repository at this point in the history
  • Loading branch information
sinri committed Apr 10, 2024
1 parent acfebc2 commit 0243804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static void main(String[] args) {

// System.out.println("isWorkerContext: " + futureForBlocking.context.isWorkerContext());
// System.out.println("isEventLoopContext: " + futureForBlocking.context.isEventLoopContext());
return Future.succeededFuture();
return io.vertx.core.Future.succeededFuture();
})
.compose(ready -> {
return Future.all(
Expand Down

0 comments on commit 0243804

Please sign in to comment.