aesteve / nubes

Annotation layer on top of Vert.x 3
Apache License 2.0
120 stars 35 forks source link

Use CompletableFuture #32

Closed aesteve closed 9 years ago

aesteve commented 9 years ago

Since the project is Java only, we can make intensive use of CompletableFuture and especially allOf and join.

Keep that in mind and replace MultipleFuture and stuff.

(btw see vertx-feeds for a better implementation of MultipleFuture)