cescoffier / vertx-completable-future

An implementation of CompletableFuture for Vert.x
Apache License 2.0
79 stars 29 forks source link

implement exceptionally in VertxCompletableFuture #47

Closed jayfeng0625 closed 3 years ago

jayfeng0625 commented 3 years ago

Closes #42

jayfeng0625 commented 3 years ago

Can you add a test?

It seems like there is already a test inside VertxCompletableFutureTest.java, line 530

cescoffier commented 3 years ago

Thanks!