cescoffier / vertx-completable-future

An implementation of CompletableFuture for Vert.x
Apache License 2.0
78 stars 28 forks source link

Use with EA Async? #20

Open lukehutch opened 5 years ago

lukehutch commented 5 years ago

I was wondering if you know if vertx-completable-future would work fine with EA Async?:

https://github.com/electronicarts/ea-async

(I don't want to go too far down this road if there's a possibility this will lead to problems at some point.)

abonander commented 5 years ago

@lukehutch it does, in fact we're using it at work specifically to adapt Vert.x futures to EA async/await.